You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Create the example [cdk-stack.ts](amplify/backend/custom/stubby/cdk-stack.ts) to create a race condition with the Lambda role and policies that allow it to publish the SNS stack.",
"main": "index.js",
"scripts": {
"deploy": "amplify export --out cdk/lib --yes && cd cdk && npm install && cdk deploy --require-approval never exported-amplify-backend-stack && cd -",
"test": "echo \"Error: no test specified\" && exit 1"