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
Requested update requires the creation of a new physical resource; hence creating one. Invalid parameter: Invalid parameter: Endpoint Reason: Please use FIFO SQS queue (Service: AmazonSNS; Status Code: 400; Error Code: InvalidParameter; Request ID: ec5c7770-3326-55a5-9c6a-2f33e6db3edf; Proxy: null)
### Expected result:
A SQS FIFO Queue to be created
### Additional environment details (Ex: Windows, Mac, Amazon Linux etc)
1. OS: Cloud9 AL2
2. `sam --version`: 1.13.2
`Add --debug flag to command you are running`
The text was updated successfully, but these errors were encountered:
Description:
When using an SNS event source and the SNS Topic is a FIFO topic, the
SqsSubscription: true
parameter should cause an SQS FIFO queue to be created.Steps to reproduce:
SqsSubscription: true
valuerun
sam build && sam deploy
Observed result:
The text was updated successfully, but these errors were encountered: