Below you will find pages that utilize the taxonomy term “Cloudformation”
Saturday, 2021-03-06 18:04 UTC
Serverless CloudFormation Exports and Terraform
Last weekend I was doing some improvements on my blog setup, part of this was looking into how you can take CloudFormation Outputs from a serverless CF stack and use the outputs in Terraform when setting up a lambda_function_association
for CloudFront instead of them being hardcoded.
This would then allow me to create a GitHub Action workflow which deploys these Lambda functions and automatically have the latest versions auto applied next time the Terraform runs to update the AWS infrastructure for CloudFront.