Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lambda smart deploy with webpack changes #2

Closed
wants to merge 3 commits into from

Conversation

remi00
Copy link
Owner

@remi00 remi00 commented Jul 29, 2021

What it does?

  • Adjust format of artifact paths to <prefix>/<stage>/<function_name>/<hash>

What else is important?

  • It assumes that ZIP files created in the package step have deterministic hash - they don't change per each build, just when the actual content change. This is true assumption for pure serverless config and will be true for serverless-webpack config assuming this ticket will be resolved, which should be the case with this PR after suggested changes are applied
  • This is just PoC, not to be merged yet. It will require lots of things to happen:
    • Rollback handling
    • Review of configuration that can affect the behavior
    • Tests updates
    • ... ❓

@remi00
Copy link
Owner Author

remi00 commented Aug 25, 2021

Officially raised updated version under serverless#9876

@remi00 remi00 closed this Aug 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant