dannysteenman / vscode-cloudformation-snippets

This extension adds snippets for all the AWS CloudFormation resources into Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=dannysteenman.cloudformation-yaml-snippets
Apache License 2.0
27 stars 8 forks source link

Provide support for AWS Serverless Application Model #6

Closed felipe1982 closed 2 months ago

felipe1982 commented 3 years ago

Please provide support for Types such as AWS::Serverless::Function and others. See other types here : https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-specification-resources-and-properties.html

dannysteenman commented 3 years ago

Feel free to create a PR I'd be happy to merge it!

felipe1982 commented 3 years ago

Sorry mate, I don't know the first thing about writing extensions... 🤷‍♂️

PatMyron commented 3 years ago

related: https://github.com/aws/serverless-application-model/issues/1133

dannysteenman commented 3 years ago

related: aws/serverless-application-model#1133

@PatMyron thank you for highlighting this! @felipe1982 as soon as there is an spec file available (like @PatMyron pointed out) I could automatically fetch the data and parse it into a snippet like the cfn resource spec

dannysteenman commented 2 months ago

I've now added support for all AWS SAM resources and bumped the extension to version 5, make sure to update the plugin in your vscode to enable the AWS SAM resource completion!

Changelog release: https://github.com/dannysteenman/vscode-cloudformation-snippets/blob/main/CHANGELOG.md#510-2024-04-13