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
Need more options for specifying the code to be packaged before deployment
I have a case when there's certain replaceable part of the code which is required only for the certain configuration of the lambdas. I want to be able to omit if from the package so it never gets deployed.
This of course is relevant for the runtimes when there's no actual compilation artifacts, like Node
Description:
Need more options for specifying the code to be packaged before deployment
I have a case when there's certain replaceable part of the code which is required only for the certain configuration of the lambdas. I want to be able to omit if from the package so it never gets deployed.
This of course is relevant for the runtimes when there's no actual compilation artifacts, like
Node
I was thinking about something like:
In short something like
.gitignore
. I would call this.samignore
;)The text was updated successfully, but these errors were encountered: