mattymoomoo / aws-power-tuner-ui

AWS Lambda Power Tuner UI is an open source project creating a deployable easy to use website built on a layered technology stack allowing you to optimize your Lambda functions for cost and/or performance in a data-driven way via an easy to use UI.
Apache License 2.0
203 stars 22 forks source link

PowertunerWebsiteStack Failed #57

Open Janardhanmitt opened 1 year ago

Janardhanmitt commented 1 year ago

Why do I get this error even if I run the Bootstrap command before deploy-website

image
htihaS commented 1 year ago

Yes, even Im facing the same issue ++

milosjovanov commented 12 months ago

@Janardhanmitt is this your first time deploying CDK to that AWS account? If so, you need to bootstrap it before deploying. This is documented in README, but here it is:

# Replace ACCOUNT_ID with your account ID, REGION with the region you're working in
npm run cdk bootstrap aws://ACCOUNT_ID/REGION