You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
closing this issue as we can pass custom resourceGroupName on the function and add the custom api resources to this stack
using backend.apiFunction.stack
Environment information
Describe the feature
When assigning to custom resourceGroupName on a function and backend.ts contains the following
this will throw
Custom stack named api-stack has already been created
would be great if a custom stack is present the function does not create a new stack rather append to the existing stack
Use case
Would provide the ability to group lambda functions that interact with custom resources
The text was updated successfully, but these errors were encountered: