-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
stage/needs-investigationRequires a deeper investigationRequires a deeper investigation
Description
Description:
The sam deploy command hangs if a tag with a long value (approx 30+ characters long) is provided. Tested on SAM CLI v0.43.0.
Steps to reproduce the issue:
- Create an empty directory and navigate to it.
- Execute
sam deploy --stack-name test --tags key=012345678901234567890123456789
Observed result:
The command hangs and does not produce any output.
Expected result:
Deploying with following values
===============================
Stack name : test
Region : None
Confirm changeset : False
Deployment s3 bucket : None
Capabilities : null
Parameter overrides : {}
Initiating deployment
=====================
Error: Failed to package template: /tmpDir/template.yml.
[Errno 2] No such file or directory: '/tmpDir/template.yml'
However, if a shorter tag value is provided (e.g. sam deploy --stack-name test --tags key=01234567890123456789) then the correct output gets printed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
stage/needs-investigationRequires a deeper investigationRequires a deeper investigation