Dan Van Brunt
10/25/2021, 8:01 PMcopyFiles
from
hit save and it said no changes detected.
new sst.Api(scope, 'AppAPI', {
defaultFunctionProps: {
bundle: {
copyFiles: [{ from: '../../../contentful-app-frontend', to: '.' }],
},
},
routes: {
'ANY /': 'lib/constructs/ContentfulApp/lambda.handler',
'ANY /{proxy+}': 'lib/constructs/ContentfulApp/lambda.handler',
},
})
thdxr
10/25/2021, 8:03 PMDan Van Brunt
10/25/2021, 8:05 PMthdxr
10/25/2021, 8:06 PMthdxr
10/25/2021, 8:06 PMDan Van Brunt
10/25/2021, 8:07 PMthdxr
10/25/2021, 8:08 PMDan Van Brunt
10/25/2021, 8:09 PMthdxr
10/25/2021, 8:11 PMthdxr
10/25/2021, 8:11 PM