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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.