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
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 atags
property to be able to be specifiedDescribe alternatives you've considered None
Additional context None needed, I don't think?