1 Answer
- Newest
- Most votes
- Most comments
1
Hi. Instead of SECRET_ARN={configuration:/secretArn} I think the Setenv syntax should be SECRET_ARN: "{configuration:/secretArn}".
Alternatively, you could pass the secret as an argument:
python3 -u {artifacts:decompressedPath}/secret_loader/main.py {configuration:/secretArn}
Relevant content
- AWS OFFICIALUpdated 5 years ago
