Skip to content

Commit

Permalink
Upgrade localstack to 3.5.0
Browse files Browse the repository at this point in the history
We were having issues with errors on pdf-converter where the v2 AWS API
was trying to be used but was causing errors. Upgrading fixed them.

Something like:

localstack.aws.protocol.parser.ProtocolParserError: Operation detection failed. Missing Action in request for query-protocol service ServiceModel(sqs)
  • Loading branch information
dragon-dxw committed Jul 24, 2024
1 parent 5c9410d commit a01c542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
localstack:
image: localstack/localstack:2.3.2
image: localstack/localstack:3.5.0
network_mode: bridge
environment:
SERVICES: lambda,sns,s3,sqs,iam
Expand Down

0 comments on commit a01c542

Please sign in to comment.