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
{{ message }}
This repository was archived by the owner on Jan 28, 2025. It is now read-only.
I couldn't find any way to manage to different CloudFront distributions in the same serverless.yml file. I also didn't see anything in the documentation regarding this. This is extremely important, every single developer uses at least 2 environments, one for development and one for production. Without this feature this component wouldn't be usable as much.
The text was updated successfully, but these errors were encountered:
See the thread/comment here for possible interim solutions: #328 (comment)
The component needs to be upgraded to GA serverless components version to remotely store state in Serverless, which I believe is one of the reasons to not support this well... in the meantime you can use above solutions which sync state to S3 and maintain multiple serverless.yml files for each stage.
Using the old serverless staging feature, I could easily manage and switch between stages (dev/prod). With the new configuration file, e.g.
I couldn't find any way to manage to different CloudFront distributions in the same serverless.yml file. I also didn't see anything in the documentation regarding this. This is extremely important, every single developer uses at least 2 environments, one for development and one for production. Without this feature this component wouldn't be usable as much.
The text was updated successfully, but these errors were encountered: