awslabs / goformation

GoFormation is a Go library for working with CloudFormation templates.
Apache License 2.0
841 stars 197 forks source link

fix(schema): add DisableExecuteApiEndpoint to Serverless API #538

Closed dylan8902 closed 1 year ago

dylan8902 commented 1 year ago

Issue #, if available: https://github.com/aws/aws-toolkit-vscode/issues/3102

Description of changes: Adds missing property DisableExecuteApiEndpoint to AWS::Serverless::Api resource type to schema that is documented in the schema here: https://github.com/awsdocs/aws-sam-developer-guide/blob/main/doc_source/sam-resource-api.md#user-content-sam-api-disableexecuteapiendpoint and implemented here: https://github.com/aws/serverless-application-model/blob/v1.57.0/samtranslator/schema/aws_serverless_api.py#L180

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 7.2.2 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: