sveltekit-adapter-aws icon indicating copy to clipboard operation
sveltekit-adapter-aws copied to clipboard

Best approach to modify CDK to use additional services

Open hiddengearz opened this issue 1 year ago • 7 comments

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?

hiddengearz avatar Feb 25 '24 15:02 hiddengearz