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
What seems to be happening is only the last Lambda function is the list is getting updated - either function3Dev or function3Prod depending on what apiStage is set to. How can I do this so I can iterate over a list of Lambda functions and update them in one task call?
Thanks,
Steve
The text was updated successfully, but these errors were encountered:
I am trying to write a task that can update multiple Lambda functions with the same S3File. Here is the code I am using:
What seems to be happening is only the last Lambda function is the list is getting updated - either function3Dev or function3Prod depending on what apiStage is set to. How can I do this so I can iterate over a list of Lambda functions and update them in one task call?
Thanks,
Steve
The text was updated successfully, but these errors were encountered: