How to add a custom folder and file via YAML in Serverless app
问题 I am writing a serverless app by using SAM. I created a config folder to keep some table information and some other info. then I load it in my app.js. when I deploy the app.js locally by using SAM deploy, I observe that the config folder will not include. would you mind advise me how to add config folder in final build folder in .aws-sam\build folder? my Yaml file AWSTemplateFormatVersion: '2010-09-09' Transform: AWS::Serverless-2016-10-31 Description: Sample SAM Template for test Globals: