The use case I’m trying to implement.
- Compile, create a package and place it to s3 (serverless already does it as a part of deployment)
- Deploy to dev and test
3.when all passed deploy the same dev version from s3 - without uploading any packages to s3 - to uat and then prod.
All I need a version ( timestamp that serverless created) parameter in deploy command and then serverless deploys that specific package from s3 without uploading from local.
I couldn’t find a way, may be I’m missing something.
Thanks,
Mehmet