My first steps in AWS SAM.
I have created a simple hello world function using sam cli template. Now I want to create another function that download files from S3. I add new function to my template.yaml file. How do I generate the source files (nodeJS)? Do I need to copy the previous directory and update it? OR there is an automatic way?
Thanks,