Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

How to add env variables to lambda function via pipe: atlassian/aws-lambda-deploy:1.10.0 in pipeline

Edited
Tarun Kamra
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
Oct 05, 2023

I am using the pipe (

atlassian/aws-lambda-deploy:1.10.0

)
in my bitbucket pipeline for deploying to lambda. 
Now i need to add a few environment variables to my function .e.g. pixelUrl and other custom env var to be used inside lambda.

How can i add?


script:
- pipe: atlassian/aws-lambda-deploy:1.10.0
   variables:
      AWS_DEFAULT_REGION: ...
      AWS_OIDC_ROLE_ARN: ''
      FUNCTION_NAME: 'source-vast'
      COMMAND: 'update'
      ZIP_FILE: 'values.zip'

can i add env variables below in variables?

1 answer

1 vote
Igor Stoyanov
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Oct 06, 2023

@Tarun Kamra hi. This pipe does not support adding environment variables.

 

Regards, Igor

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events