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
ECRDeployment uses lambda.SingletonFunction internally to ensure only one instance of the lambda is deployed per stack; this works fine.
However, it will still run a build of the lambda code for each ECRDeployment instance. This leads to a lot of overhead during build if you use many of them.
The text was updated successfully, but these errors were encountered:
ECRDeployment uses lambda.SingletonFunction internally to ensure only one instance of the lambda is deployed per stack; this works fine.
However, it will still run a build of the lambda code for each ECRDeployment instance. This leads to a lot of overhead during build if you use many of them.
The text was updated successfully, but these errors were encountered: