From the course: Advanced AWS CloudFormation for Enterprise
Unlock this course with a free trial
Join today to access over 25,500 courses taught by industry experts.
Next steps
From the course: Advanced AWS CloudFormation for Enterprise
Next steps
- So that's it. I hope you've learned a few things in this course that will help you on your journey with CloudFormation and infrastructure as code. Of course, there's plenty more out there for you to discover. As I mentioned in the cfn-init chapter, go check out configuration management tools. They provide that next layer for managing resources as code. The Serverless Application Model, or SAM, leverages the power of CloudFormation transforms to give you a whole framework around deploying Lambdas and related resources. You could revisit the deployment pipeline we made using CodeBuild to add a stage where you invoke the CloudFormation package command to bundle external dependencies or pull in nested stacks. But the most important thing you can do is to keep building. Explore the video library on this site to learn more about AWS, and search the web for how to build individual resources in CloudFormation. Every new thing…