We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2dbe4b commit 6b1e61dCopy full SHA for 6b1e61d
Makefile
@@ -61,7 +61,7 @@ build: src/ cloudformation/
61
VITE_BUILD_HASH=$(GIT_HASH) yarn build
62
cp -r src/api/resources/ dist/api/resources
63
rm -rf dist/lambda/sqs
64
- sam build --template-file cloudformation/main.yml --use-container
+ sam build --template-file cloudformation/main.yml --use-container --parallel
65
mkdir -p .aws-sam/build/AppApiLambdaFunction/node_modules/aws-crt/
66
cp -r node_modules/aws-crt/dist .aws-sam/build/AppApiLambdaFunction/node_modules/aws-crt
67
0 commit comments