1 Answer
- Newest
- Most votes
- Most comments
1
Hi,
the error message indicates that there is an issue with the parameter CodeUri
of the resource you have named helloworldpython3
. More specifically, the path src/
references not a relative path but and absolute one. You likely need to change it to something like ./src
. Basically referencing the folder where you code resides relative to the path your template is located.
Relevant content
- Accepted Answerasked 8 months ago
- AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago
Hey Ben,
Thanks for sharing this. I could resolve this with your help.
Thanks, Swapnadeep