MikeBild / sveltekit-adapter-aws

A SvelteKit adapter for AWS using the AWS-CDK
MIT License
135 stars 31 forks source link

Add ability to add tags to CDK stack #47

Open travishaby opened 11 months ago

travishaby commented 11 months ago

Is your feature request related to a problem? Please describe. Our organization has service control policy that requires a few specific tags to be added to AWS resources so the org can track who owns what resources in a given account. Without the ability to add tags, I'm unable to deploy a SvelteKit app im developing with this adapter to our account :(

Describe the solution you'd like In addition to the current props available to pass in on AWSAdapterProps, I'd love a tags property to be able to be specified

Describe alternatives you've considered None

Additional context None needed, I don't think?