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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.