Here are the slides for my Running CFML on AWS Lambda with FuseLess talk. I gave this talk at Into The Box 2019 in Houston Texas last week.
Nolan Erck has posted his notes if you want to read through a summary. You also may enjoy reading his Recap of Into The Box 2019.
Here are some of the tools from my talk:
- FuseLess Framework
- Serverless Calculator
- AWS Lambda Security Whitepaper
- Gradle
- AWS SAM CLI
- AWS CodeStar
BTW the Fixinator CFML code security scanner runs serverless on Lambda powered by FuseLess.
Comments
For folks who may find this post in late 2020 and beyond, note that while Pete's great work on Fuseless required use of Lucee (because of the deployment flexibility it gave Pete), it's worth noting that CF2020 (currently code-named Project Stratus) adds direct support of FaaS execution of CFML via AWS Lambda. Anyone can now try it out, with the public beta (https://community.adobe.com/t5/coldfusion/announcing-the-public-beta-of-project-stratus/td-p/11364783). Or anyone can read about it in a publicly shared link to the "what's new" manual (release notes) for the first public release of the beta, with the 7-page chapter on "AWS Serverless in ColdFusion" starting on p 444 of that manual: https://documentcloud.adobe.com/link/review?uri=urn%3Aaaid%3Ascds%3AUS%3A28993a3c-1900-48f4-8150-652bcdbe6a4c#pageNum=444 Will be great to hear what folks like Pete and Brian Klaas (another heavy user of AWS and Lambda, in particular) may find and share about their experience with CF's new support. (Brian had done a lot of writing on his blog, with several posts on intergrating WITH lambda FROM CFML--before even Fuseless existed, let alone CF2020, to let us run CFML functions ON Lambda.