How To Build a PDF Generation Service using AWS

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

КОМЕНТАРІ • 14

  • @iamabhishek21
    @iamabhishek21 2 роки тому +1

    Thanks for the video Lakindu! Sometime back I have implemented same pdf service at my organisation. Thanks for clearing out lot of things!

  • @chanjiunnwen4008
    @chanjiunnwen4008 11 місяців тому +1

    Nice sharing. Just 1 question, instead of having a SQS queue in the middle, why not consider pushing the API Gateway request directly to the PDF processing Lambda? Since AWS Lambda is able to scale automatically and triggers a new instance of Lambda to process the request.

  • @hussainbharmal5998
    @hussainbharmal5998 2 роки тому +1

    Thanks for the wonderful video. BTW, i have already purchased your course on udemy and found it great! So thanks for producing such good course too!
    Also, i was trying to get into AWS amplify, i was trying to build an application which would have user, group, roles, permissions which can be dynamically managed from the application UI. Exactly same like the open-source Mayan EDMS has.
    I was not able to figure out how to implement it using AWS amplify+graphQL+cognito.
    If you could make a video on that, it would be really helpful as RBAC is basic requirement in any kind of enterprise app.
    Thanks!

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

    4:16 no sir the real hero is you ;)

  • @221mohsin
    @221mohsin Рік тому

    Hi, thank you for the very well explained video. Really cleared quite a few things!
    Also, i was facing a few issues while pushing. Can you please guide me in the right direction.
    "Unable to put integration on 'POST' for resource at path '/pdf': Invalid ARN specified in the request"
    I am using the exact same code as seen in the video.
    Thanks in advance.

  • @PranavRaj-l4q
    @PranavRaj-l4q 7 місяців тому

    aws:lambda:Function (pdfProcessingLambda):
    error: 1 error occurred:
    * error creating Lambda Function (1): ValidationException:
    status code: 400, request id: 13f77ff4-9c4a-44a4-9d9a-594c120cf5a1
    pulumi:pulumi:Stack (pdf-generator-dev):
    error: update failed
    I am getting this error what is it that I am doing wrong??

  • @dewnidesilva8160
    @dewnidesilva8160 2 роки тому +1

    🔥🙌

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

    hey i am getting this error and I am unalbe to find any resource to solve this problem can anyone help me
    aws:lambda:Function (pdfProcessingLambda):
    error creating Lambda Function (1): ValidationException:
    status code: 400, request id: 651cbfce-7fe9-4489-9140-de7674f90a72

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

    Rather than headless browser
    We can use wkhtmltopdf binary ;)