-
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...
-
EFS + Lambda + EC2 a simple Intro
On the 18th of June 2020 AWS released EFS for Lambda. This is a pretty great release that provides serverless architectures a way to implement common tasks such as large libraries ( Lambda is limited to 50mb per function zipped deployment package, though you can leverage layers to expand this...
-
Build your own PHP Lambda layer in AWS Cloud-9
We have had custom layers for a long time in Lambda, I have used them for a few mini app I have personally as well as professionally. Then along comes this official AWS Post on the (L)ambda(A)piGateway(M)ySQL(P)hp stack. I host a few Wordpress sites one of which is DevCOP (...