Deploy AWMS lambda from Bitbucket

I am working on continuous integration and deployment of AWMS lambda. I have a lambda written in NodeJs and stored in the Bitbucket repository. I cannot find a detailed tutorial or example to deploy these lambdas on an AWS instance. The AWS code pipeline source allows GitHub, but not BitBucket. Anyone have an idea how to do this. Please share information or links if available.

+4
source share
2 answers

You are the correct AWS code pipeline that does not have bitbucket as the provider source. An option that seems possible is to configure the bitpack to copy code into the AWS S3 bucket, and then deploy the code from AWS S3. AWS Code Pipeline Source Suppliers:

  • AWS S3
  • AWS CodeCommit
  • Github

You can use the zapier template to copy the changes in the bitpack to S3.

+2
source

, - AWS, Lambda, , Lambda Bitbucket. Claudia.js. Claudia.js Node.js, , , Node , .

+1

Source: https://habr.com/ru/post/1680245/


All Articles