How To Deploy a NodeJS Docker Image Lambda Using the AWS CDK

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ธ.ค. 2024

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

  • @ChYasirAli
    @ChYasirAli 4 หลายเดือนก่อน +2

    Thanks

    • @cloudmancer
      @cloudmancer  4 หลายเดือนก่อน

      Of course!

  • @usmanmughal5916
    @usmanmughal5916 3 หลายเดือนก่อน +3

    how to host built version of nextjs using docker and CI CD onto a vps such as linoe or azure?

    • @cloudmancer
      @cloudmancer  3 หลายเดือนก่อน

      That is very specific! I will look into this.

  • @khanriza
    @khanriza 2 หลายเดือนก่อน +2

    Might not be relevant, but how to test your dockerized function locally before pushing it to the cloud?

    • @cloudmancer
      @cloudmancer  2 หลายเดือนก่อน +1

      This is a great suggestion, it is on my list to get to!

  • @giacomogaravaglia6742
    @giacomogaravaglia6742 2 หลายเดือนก่อน +1

    interesting, especially for very huge package or custom architecture (like installing Playwright, ML models, etc...). How to handle input messages in the lambda, like from sqs or api gateway? Thanks

    • @cloudmancer
      @cloudmancer  2 หลายเดือนก่อน

      Hey,
      All communication into a Lambda usually comes through the Event object in a Lambda function. This Event object represents the "event that triggered the function". For API Gateway this comes through the event body. In the case of SQS this comes through the event Records array.

    • @giacomogaravaglia6742
      @giacomogaravaglia6742 2 หลายเดือนก่อน +1

      @@cloudmancer true, keep thinking about a standard application. Thanks anyway

    • @giacomogaravaglia6742
      @giacomogaravaglia6742 2 หลายเดือนก่อน

      @@cloudmancer true, keep thinking about a standard application. Thanks anyway