aws-sam-snippets-VSCodeThis repository is under development to comfortably write SAM templates in VSCode. It is currently under development, so there are many things that are not supported, but we plan to push it out gradually starting with the minimum functionality. Also, CloudFormation is not covered by this repository, so please use another extension dedicated to CloudFormation. How to use
*To avoid conflicts with other extensions, we decided to use a string starting with Release Info1.0.0First release. 2.0.0Support for EventSource. About the progress of developmentWe are currently in phase 1. Phase 1Add the description following Type: to the snippet. Phase 2 Now[EventSource](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-property-function-eventsource. html) and other frequently used snippets. Phase 3[CorsConfiguration](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-property-api- corsconfiguration.html) Target those that are not frequently described. Phase 4 and laterNecessary functions will be added sequentially. |