You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: add support for VPCEndpointIds in EndpointConfiguration
* fix: update formatting with black
* docs: update 2016-10-31.md
* docs: added api endpointconfiguration example
* docs: make example more generic
* fix: remove nested EndpointConfiguration types from output
* fix: only allow one EndpointConfiguration Type
* doc: update example to reflect only allowing one EndpointConfiguration
Type
* fix : missing UserPool properties (#1506) (#1581)
* fix: resource policy generation for {path+} (#1580)
* refactor: Remove 2016-10-31 examples
* update PR template
* adjust pr template
* Adding authorization scopes as list validation in ApiGatewayAuthorizer (v1 and v2). (#1670)
* Adding authorization scopes as list validation in ApiGatewayAuthorizer and ApiGatewayV2Authorizer.
* make black.
* Adding functional test for invalid auth scope.
* adding error condition for invalid test.
* removing test template file.
* feat: MSK event type support for AWS::Serverless::Function
Co-authored-by: Steve Brown <[email protected]>
Co-authored-by: jtaylor00 <[email protected]>
Co-authored-by: Jacob Fuss <[email protected]>
Co-authored-by: Alex Wood <[email protected]>
Co-authored-by: Tarun <[email protected]>
Co-authored-by: Steve Brown <[email protected]>
Co-authored-by: jtaylor00 <[email protected]>
Co-authored-by: Jacob Fuss <[email protected]>
Co-authored-by: Alex Wood <[email protected]>
Co-authored-by: Tarun <[email protected]>
"errorMessage": "Resource with id [SQSFunction] is invalid. Event with id [MySqsQueue] is invalid. No Queue (for SQS) or Stream (for Kinesisor DynamoDB) provided."
3
+
"errorMessage": "Resource with id [SQSFunction] is invalid. Event with id [MySqsQueue] is invalid. No Queue (for SQS) or Stream (for Kinesis, DynamoDB or MSK) provided."
4
4
}],
5
-
"errorMessage": "Invalid Serverless Application Specification document. Number of errors found: 1. Resource with id [SQSFunction] is invalid. Event with id [MySqsQueue] is invalid. No Queue (for SQS) or Stream (for Kinesisor DynamoDB) provided."
5
+
"errorMessage": "Invalid Serverless Application Specification document. Number of errors found: 1. Resource with id [SQSFunction] is invalid. Event with id [MySqsQueue] is invalid. No Queue (for SQS) or Stream (for Kinesis, DynamoDB or MSK) provided."
0 commit comments