Replies: 4 comments
-
Number 1 would start with #1133 |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
FWIW we've started work on it, see #1133 (comment). |
Beta Was this translation helpful? Give feedback.
-
What about extending Examples:
|
Beta Was this translation helpful? Give feedback.
-
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.
Beta Was this translation helpful? Give feedback.
All reactions