Hello,
So I have written pipeline which contains multiple lambda deployments. After successful deployment of lambda, bitbucket pipeline is unable to access AWS_ACCESS_KEY_ID and throws error that variable AWS_ACCESS_KEY_ID is missing. I have set AWS_ACCESS_KEY_ID and AWS_SECRET_KEY in repository variables.
snippet is attached as image.
Another thing for every step i have to run apt-get install zip, is there another way around to do it once for all lambdas.
Hello @Darshan Gerra,
Welcome to the Community.
I'm not sure about AWS_ACCESS_KEY_ID issue and will tag your question so that someone else can take a look at that.
As for your second question, you'd need o switch to some other Docker image which has zip preinstalled. If there's no image that contains everything you need, you can build a custom one and push it to Docker Hub or your private Docker registry, then use it in your build.
Hope this helps.
Cheers,
Daniil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.