Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Create Lambda functions using Pipe

GP June 23, 2019

I'm looking for Creating a new lambda function using bitbucket pipelines. At present its available only for update and existing function or creating a new alias for an existing function.

Thanks

1 answer

0 votes
Raul Gomis
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 24, 2019

Hey @GP ,

You can write your own script that does it and execute it as a part of your build script. If you are familiar with Python I would suggest using Boto3 library to create the function dynamically: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/lambda.html#Lambda.Client.create_function

Maybe this tutorial can help you: https://codeburst.io/aws-lambda-functions-made-easy-1fae0feeab27

Regards,

Raul

GP June 25, 2019

Thanks @Raul Gomis , Can we call this from the Bitbucket pipelines?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events