sveltekit-adapter-aws
sveltekit-adapter-aws copied to clipboard
Best approach to modify CDK to use additional services
Hello,
Svelte & cloudformation noob here, I've been working on an demo app that uses AWS bedrock and cognito. However after using this adapter I realized it generates a cloudformation template and not the CDK code, so I'm a bit stuck on the best way to incorporate bedrock and cognito.
What would you suggest?
- The naive approach seems to be to manually modify the cloudformation template every time i build the app.
- I'm currently looking into ways to "daisy chain" cloudformation templates, which seems to be the better approach?