paul@home:~$

Interesting and Technical problems solved and explained

  • Lucee - Extentions running cfimage in lambda

    In the previouse article on CFML I provided a more indepth look at CFML in lambda. In this post we will explore how to install extentions so we can use functions such as cfimage of the AWS S3 extentions 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 previouse 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, OpenDB and...

  • 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 (...

  • Use AWS CDK to deploy a S3 bucket and use 53 to point DNS to the site!

    Static sites are commonplace, often I’ll knock something up as a proof of concept and to share that with my friends I’ll make a public s3 bucket and send the link, quick and easy. If I need/want this for a longer period of time I typically create a subdomain and...