Slides and Resources for My ColdFusion Summit 2015 Presentation on Using AWS Services from CF9

Posted 12 November 2015

This year’s ColdFusion Summit had the biggest attendance of any ColdFusion Summit thus far, and was another good conference in a year of pretty darn good conferences. Although my session on using Amazon Web Services from ColdFusion was scheduled in the last slot of the last day, I had a great turnout with an enthusiastic response and some great questions.

Below are links to both my slides with and without presenter notes, and to the GitHub repo for the demonstration application that I used in the presentation:

The demo application shows you how to connect to the following Amazon Web Services from ColdFusion:

The slide deck also talks about CloudFront, but there isn’t any demo code for that. The repo for the CTL CloudFrontUtils package is publicly available, and should help you a lot if you need to sign CloudFront URLs in ColdFusion. We also have a similar package for signing requests to Simple Storage Service (S3) from ColdFusion, as you’ll need that if you want to do change file names or set other attributes on the fly when working with S3 from ColdFusion.

The GitHub repo has pretty lengthy instructions on how to get it set up, and includes the list of resources you’ll need to set up in AWS in order to get everything to work. It may seem like a lot of setup, but one glance at the code should show you how very simple it is to interact with Amazon Web Services from ColdFusion once you do have the basic resources in place.

Don’t forget that there is also the AWS sub channel on the CFML Slack channel. I’m often there to answer questions and, if not, there are other knowledgeable CFMLers who current work with AWS who can answer questions as well.

Categories: AWS ColdFusion Conferences