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
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
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.