AWS CodePipeline: Pipeline to deploy AWS Lambda Function with CoudFormation

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ก.ย. 2024

ความคิดเห็น • 13

  • @harshalpatel555
    @harshalpatel555 2 ปีที่แล้ว +2

    Hello, Sir I cant able to find this repo ? is it public ? I have similar requirement. It would be very helpful if u share this repo

  • @venkataravindrak9600
    @venkataravindrak9600 3 ปีที่แล้ว

    Thanks for sharing the video.

  • @summercalva9484
    @summercalva9484 ปีที่แล้ว

    Hi thank you for creating this video.
    I am getting this error when I run the "aws cloudformation package --template-file template.yaml --s3-bucket $BUCKET --output-template-file outputtemplate.yaml" command:
    'Unable to upload artifact ./ referenced by CodeUri parameter of TimeFunction resource.
    An error occurred (AccessDenied) when calling the PutObject operation: Access Denied'
    Any idea on what could be the issue? Thanks a lot sir.
    PS: I already added the 'AmazonS3FullAccess' policy as you have mentioned in the video.

  • @mohammadmustafa804
    @mohammadmustafa804 ปีที่แล้ว

    Followed the same steps but at the deploy stag getting error and the error is out-template.yaml doesn't exist please hello

  • @studentlearner1453
    @studentlearner1453 4 ปีที่แล้ว

    Very good, we are doing something very similar. Question: Do you create a separate codecommit repo + codepipeline (to deploy) for each lambda function? E..g if you have 5 lambda functions, do you have 5 codecommit repos + 5 codepipelines?

    • @nurland6859
      @nurland6859 3 ปีที่แล้ว +1

      aws.amazon.com/blogs/compute/best-practices-for-organizing-larger-serverless-applications/

  • @theacevj2572
    @theacevj2572 3 ปีที่แล้ว

    Thanks for the video, also btw your voice really resembles Bane's voice from Dark knight❤️

  • @darrencooper8264
    @darrencooper8264 2 ปีที่แล้ว

    Hi Wolfgang - thanks for sharing. I have been looking in your github repo but cannot find the json file that you recommend copying sharing. Could you share a link please?

    • @crissstinaiancu
      @crissstinaiancu 2 ปีที่แล้ว

      Same here

    • @crissstinaiancu
      @crissstinaiancu 2 ปีที่แล้ว

      Did you come across the link?

    • @darrencooper8264
      @darrencooper8264 2 ปีที่แล้ว

      @@crissstinaiancu no sadly not. In the end I used Cloudformation from the command line. I found the cloudformation builder tool a good starting point. I hope that helps :-)

  • @vamsikrishna2241
    @vamsikrishna2241 3 ปีที่แล้ว

    Is this auto deployment?