-
Notifications
You must be signed in to change notification settings - Fork 2.4k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
[Exploration] Next steps for the SAM transform #2319
Comments
Number 1 would start with #1133 |
I vote 3/4. One of the most promising projects I have seen recently is https://github.com/awslabs/aws-solutions-constructs which builds on CDK. I think SAM can benefit from a lot of the relations they make between service resources. Other ideas I have:
A lambda implementation essentially always follows the same structure:
In a large cloud setup you often need a lot of lambda doing simple tasks:
It would be great to make these steps easier :-) The code would not be code of this actual application business logic but only the code you want to be immutable. The glue between the different services. |
FWIW we've started work on it, see #1133 (comment). |
What about extending Examples:
|
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
As we think about where to take SAM Transform next, we are seeking community feedback on what would be the most useful feature. Please tell us via comments, what is your main challenge with SAM? Which of these options would benefit you the most, and in what order of priority?
Feel free to comment on this issue with your ideas/use-cases.
The text was updated successfully, but these errors were encountered: