AWS CodePipeline with AWS CDK | Deploy resources with Code Pipeline and Code Build Project | Python

Поділитися
Вставка
  • Опубліковано 28 вер 2024

КОМЕНТАРІ • 56

  • @beyondthecloud
    @beyondthecloud  Рік тому +1

    Please provide your valuable feedback in the comment section. Please like share and subscribe for more upcoming content.

  • @realamrutpatil
    @realamrutpatil Місяць тому

    Great explanation! Helpful video and easy to follow.

  • @RemshidAbdulSathar
    @RemshidAbdulSathar Рік тому

    Please share code sourc efiles

    • @beyondthecloud
      @beyondthecloud  Рік тому +1

      Dear @Remshid, thanks for commenting. I have made this repo as public now. Kindly check.... You will get the link in description

    • @RemshidAbdulSathar
      @RemshidAbdulSathar Рік тому

      @@beyondthecloud Thanks alot

  • @shivendrapratapsingh263
    @shivendrapratapsingh263 9 місяців тому

    where is code build is invoked in the whole code as it is showing on the console ?? also where is the buildspec.yaml file which is responsible for building the project on code build

    • @beyondthecloud
      @beyondthecloud  8 місяців тому +1

      Thanks for your comment. While CodeBuild is not explicitly mentioned in the provided code, it's common in CDK workflows to use AWS CodeBuild in the Synth step or other steps for tasks like building, testing, or packaging your application before deploying it. If the npx cdk synth command involves more complex tasks (such as building or compiling code), it's likely that CodeBuild or a similar service would be involved in that step.

  • @celestinoalan
    @celestinoalan 5 місяців тому

    Hey, thanks for the great video, very informative! I'd like to know how I'd deal with staging in this approach. Do you have any material on that?

  • @coneeded05
    @coneeded05 Рік тому +1

    For some strange reason after cdk deploy my pipeline is not showing up

    • @beyondthecloud
      @beyondthecloud  Рік тому +1

      Check properly if after cdk synth the pipeline is showing up in cloudformation template. If not which I assume is your case, check if you are importing both pipeline and resources stack.
      The flow should be like this.
      CDK APP imports > pipeline stack imports > resources stack

    • @coneeded05
      @coneeded05 Рік тому

      @@beyondthecloud thank you for the input, that was the issue now it's working properly.

    • @beyondthecloud
      @beyondthecloud  Рік тому +1

      Awesome!! Best of luck

  • @sudhakarreddy4380
    @sudhakarreddy4380 3 місяці тому

    Very good

  • @abilamar
    @abilamar 9 місяців тому

    How can we do testing before deployment?

    • @beyondthecloud
      @beyondthecloud  9 місяців тому

      Didn't quite get your question . Could you please elaborate a bit?

    • @abilamar
      @abilamar 8 місяців тому

      @@beyondthecloud I wanted know if it is possible to test the code locally before pushing it into deployment. Like to make sure the code is running and no errors or passwords been used inside the code or code formatting is not used.

  • @vd.se.17
    @vd.se.17 Рік тому

    Great video. Good Explaination. Thank you. If possible please make the video, about the developing approach from scratch for stack files. Thank you.

    • @beyondthecloud
      @beyondthecloud  Рік тому

      Can you please explain what are your exact requirements?

  • @seanfang398
    @seanfang398 Рік тому

    I'm learning aws now and preparing for aws exam, and this tutorial is really helpful for me to obtain some valuable hands-on experience. Many thanks, really appreciate it❤

  • @viciouz25
    @viciouz25 Рік тому

    Thank you. Your tutorial made my day as I was trying to do something like that. It helped my understanding greatly and simplified stuff.

  • @TonyCatalano
    @TonyCatalano Рік тому

    Thank you for making this video. It's very very helpful!!!

  • @aparnasengupta03
    @aparnasengupta03 11 місяців тому

    Much awaited project on Code Pipeline. Thank you so much

  • @shashikantkrishna4156
    @shashikantkrishna4156 Рік тому

    Very Informative video!! Thank You!!

  • @ashwinitantry5425
    @ashwinitantry5425 11 місяців тому

    Can you tell where the artifacts are stored in this project?

    • @beyondthecloud
      @beyondthecloud  10 місяців тому

      check the description box
      github.com/nspacer/aws-codepipeline

  • @ashwinitantry5425
    @ashwinitantry5425 11 місяців тому

    Thank you so much wonderful video

  • @ChetanSharma-oy4ge
    @ChetanSharma-oy4ge Рік тому

    can we do this without creating a codestar connection ? I am using some other account in which i have not permission for that connection..

    • @beyondthecloud
      @beyondthecloud  Рік тому

      what do you mean by codestar connection?

    • @ChetanSharma-oy4ge
      @ChetanSharma-oy4ge Рік тому

      @@beyondthecloud forget about the word code star can we do it by other way instead of connector.

  • @amirulhaque7159
    @amirulhaque7159 Рік тому

    Thanks a lot, Very Nice Content

  • @yashmodi5761
    @yashmodi5761 Рік тому

    Please create project based videos using AWS CDK in Python.

    • @beyondthecloud
      @beyondthecloud  Рік тому +1

      Sure will keep that in mind. Any specific requirements you do have?

    • @yashmodi5761
      @yashmodi5761 Рік тому

      @@beyondthecloud Yes, a project that integrates Lambda, Cloudwatch, SQS, Dynamodb, and finally deploying that application through CDK pipeline using AWS CDK.

  • @bobo_14
    @bobo_14 Рік тому

    Really great 🎉

  • @RishiRaj-ex9wb
    @RishiRaj-ex9wb Рік тому

    Thanks

  • @shashikantkrishna4156
    @shashikantkrishna4156 Рік тому

    @beyoundthecloud I followed the same approach. But my pipeline failed at deployStage. Pls help

    • @beyondthecloud
      @beyondthecloud  Рік тому +1

      Thanks a lot for your comment. Please send me the error.

    • @MeShashikantKrishna
      @MeShashikantKrishna Рік тому

      @@beyondthecloud thanks - Resolved!!

    • @swapnilkatarnavare1110
      @swapnilkatarnavare1110 10 місяців тому

      @beyondtheclod bro I also have some error in my CodePipeline, plz help me bro

    • @swapnilkatarnavare1110
      @swapnilkatarnavare1110 10 місяців тому

      ​@@beyondthecloud at the deploy stage it is showing bundle.tar has zero size. Did you mean to pass the create flag?

  • @HeyMani92
    @HeyMani92 Рік тому