-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Update SAM Schema to support FunctionResponseTypes
for Lambda SQS event sources
#3322
Comments
Hi @andy2mrqz, thanks for raising an issue. I'll investigate it. Meanwhile we also welcome and appreciate any contribution. |
Thanks @GavinZZ. I added a PR to address this - attempted to follow the development guidelines (mentioned in the PR). Hope that helps! |
Thanks @andy2mrqz, the PR has been merged. Please give it 1~2 weeks for the changes to roll out. Closing this issue/ |
Summary
In October, 2022 there was an issue to update the SAM documentation to
recognize
FunctionResponseTypes
as a valid option for Lambda SQS event sources.While that is now live in the documentation, the current schema.json file does not list it as a valid attribute. This results in the editor displaying an error when using this property in an SQS Event for Lambda.
Request:
Please update the schema so the editor can properly check SQS event properties.
Screenshots:
^ the error in the template.yaml file
^ the SQSEventProperties schema, missing
FunctionResponseTypes
The text was updated successfully, but these errors were encountered: