-
How to make a Python Pandas and Numpy Lambda layer
Lambda layers are great, I can keep my lambda package size small and share the dependency across different functions. One of the most commonly used sets of libraries when dealing with Python is both pandas and numpy. In this overview I will show you how to make a layer that...
-
Jenkins - In AWS
I had someone reach out for help regarding jenkins in ec2. There are a myriad of how-to posts out there but none are super straightforward. In this post we will: Deploy an ec2 instance Leverage “userdata” to install jenkins Deploy an ALB to redirect port 80 to 8080 Create the...
-
Lucee - Extensions running cfimage in lambda
In the previous article on CFML I provided a more in-depth look at CFML in lambda. In this post we will explore how to install extensions so we can use functions such as cfimage of the AWS S3 extensions in cfml. The demo url is: https://ajzmevckf1.execute-api.ap-southeast-2.amazonaws.com/Prod/image.cfm?img=https://cdn.kukiel.dev/cows.jpg You can try your...
-
Compiling Fuseless in Cloud 9 for Coldfusion/CFML in AWS Lambda
In the previous article on CFML I provided a very high level overview of CFML in Lambda. In this post I will show how easy it is to: Install a JDK on Cloud9 Install gradle for java projects Compile Fuseless from source Deploy a CFML mini app to AWS Lamba...
-
Running Coldfusion/CFML in AWS Lambda
In a previous life I had worked on some Coldfusion projects. It was an interesting language, if you are not familiar you can read about the language itself here. ColdFusion is owned, built and supported by Adobe, though along the way a few open source CFML engines, Lucee, OpenBD and...