Mike Bild

Results 16 comments of Mike Bild

Thank you. It seems to be your AWS-CDK is not well prepared for aws-cdk deployments. Just prepare your AWS account and region using AWS-CDK by entering the following command and...

There is no dumb question. ;-) Yes, the AWS resources persist with each subsequent build. Or rather, with every successful deployment after the Sveltekit build. To destroy all the created...

Theoretically, this would work with the AWS-CDK. But how and by whom are the used resources (copied files, etc.) updated and removed (destroy)?

Hi @rlyders, sorry for confusing you. Yes, you should update your `svelte.config.js` before running `yarn build`. A basic config should contain **svelte.config.js** ```js mport { adapter } from 'sveltekit-adapter-aws'; import...

Hi @dennistruemper, thank you for figuring out this. 👍 I'll try to fix that ASAP.