Skip to content
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

Open
gehadshaat opened this issue Nov 20, 2016 · 8 comments · Fixed by #1941 or #1549
Open

Support for AWS Serverless Application Model (SAM) #617

gehadshaat opened this issue Nov 20, 2016 · 8 comments · Fixed by #1941 or #1549

Comments

@gehadshaat
Copy link

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.

@tdi
Copy link

tdi commented Jun 15, 2017

Hi what is the status on this? Do you need help adding support for this?

@tdi tdi mentioned this issue Jun 19, 2017
@johnculkin
Copy link

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?

@hammy7867
Copy link

hammy7867 commented Jun 30, 2017

It looks like it has already been done: #754

@tdi
Copy link

tdi commented Jul 1, 2017

@hammy7867 this link is non existing.

@johnculkin
Copy link

@tdi Try this one - #754

@hammy7867
Copy link

@tdi Sorry about that, thanks @johnculkin!

@scoates
Copy link

scoates commented Aug 14, 2018

Looks like this issue can be closed.

@cloudtools cloudtools deleted a comment from vaneek Jan 20, 2020
@PatMyron
Copy link
Contributor

PatMyron commented Jan 20, 2020

These Serverless resource types are supported :

resource_type = "AWS::Serverless::Api"

resource_type = "AWS::Serverless::Application"

resource_type = "AWS::Serverless::Function"

resource_type = "AWS::Serverless::HttpApi"

resource_type = "AWS::Serverless::LayerVersion"

resource_type = "AWS::Serverless::SimpleTable"


These Serverless resource types are not yet supported:

AWS::Serverless::StateMachine


+1 aws/serverless-application-model#1133, which would help keep up-to-date support

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
6 participants