0

I have a pipeline with this commands: apex deploy --env prod --alias prod --region us-west-2 apex deploy --env qa --alias qa --region us-west-2 apex deploy --env dev --alias dev --region us-west-2

Every time the pipeline is executed In one lambda 2 alias (dev and qa) move on the same version.

Image

Alvaro
  • 11
  • 3
  • I'm not sure about how apex works but with AWS Lambda, you can attach one version to more than one aliases. – Hassan Murtaza Oct 14 '19 at 18:47
  • yes. but the problem is that in one lambda apex is doing that. attaching in the same version 2 aliases (dev and qa) and I have different env variables for each alias. – Alvaro Oct 14 '19 at 21:00

0 Answers0