-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for AWS Serverless Application Model (SAM) #617
Comments
Hi what is the status on this? Do you need help adding support for this? |
This sounds like a good idea but I'd like to know more. Would anyone be able to give a high level overview of how you see this being used? |
It looks like it has already been done: #754 |
@hammy7867 this link is non existing. |
@tdi Sorry about that, thanks @johnculkin! |
Looks like this issue can be closed. |
Supported Serverless resource types: troposphere/troposphere/serverless.py Line 198 in a28753d
troposphere/troposphere/serverless.py Line 632 in e0f1117
troposphere/troposphere/serverless.py Line 70 in a28753d
troposphere/troposphere/serverless.py Line 443 in e0f1117
troposphere/troposphere/serverless.py Line 246 in a28753d
troposphere/troposphere/serverless.py Line 234 in a28753d
Unsupported Serverless resource types: +1 aws/serverless-application-model#1133 for up-to-date support |
Thanks to all troposphere contributors!
Amazon just introduced AWS SAM
https://aws.amazon.com/about-aws/whats-new/2016/11/introducing-the-aws-serverless-application-model/
This will simplify defining serverless applications with cloudformation. What would be the plan to support SAM in troposphere. I would love to help enable SAM in troposphere.
The text was updated successfully, but these errors were encountered: