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
I'm not sure what's the workflow to update static file or index.html after successful deployment with "aws cloudformation package ... && aws cloudformation deploy ...".
Let's say we would like to update the h1 tag of index.html.
It looks like the code in lambda function is updated but the handler from layer is not invoked to copy the files to s3 bucket.
Am I missing something?
The text was updated successfully, but these errors were encountered:
Hi,
I'm not sure what's the workflow to update static file or index.html after successful deployment with "aws cloudformation package ... && aws cloudformation deploy ...".
Let's say we would like to update the h1 tag of index.html.
It looks like the code in lambda function is updated but the handler from layer is not invoked to copy the files to s3 bucket.
Am I missing something?
The text was updated successfully, but these errors were encountered: