AWS API Gateway, Lambda and DynamoDB | Create a REST API [FREE] | An easy way to create a blog!

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ม.ค. 2025

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

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

    Other than that I found this one of the best tutorials I've used as it's short and concise, very straightforward. Thanks! It'd be great if you could link the code as you skip a few things here or there.

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

      I'm glad you found it helpful. Future videos I will link some sample code. I've been building alot with some other AWS technologies so there are more videos on the way.

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

    i got a auth token failed. woudl have been cool to show how to create or find that.

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

      If you are using Amplify just check the Current Authenticated User object. Within that object you should see all of the user data including Current auth token

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

      @@devspot3864 hmm dont know what amplify is. ill look it up really quick.
      my friend sent me some notes from this same project that he did about a week ago. with his notes i got this error in Postman.
      {
      "statusCode": 400,
      "body": "\"Unsupported route: \\\"undefined\\\"\"",
      "headers": {
      "Content-Type": "application/json"
      }
      }
      the code actually changed around a little bit from what you originally had.
      i'm not quit sure where im getting the error from.

  • @joanzaldivar9103
    @joanzaldivar9103 9 หลายเดือนก่อน

    Not sure if you'll respond but I have an issue where I cannot use require but I can use import but when testing it on AWS I keep getting errors on errors. but right now this is the error:
    "{
    "errorType": "Error",
    "errorMessage": "Cannot find package 'aws-sdk' imported from /var/task/index.mjs",".

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

    gotta stop scrolling up and down in idle periods.

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

    I am getting an error trying to access postProjects:
    "errorType": "Runtime.ImportModuleError",
    "errorMessage": "Error: Cannot find module 'aws-sdk'
    Require stack:
    - /var/task/index.js
    - /var/runtime/index.mjs",

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

      solved: nodejs 16 is by default now, need to revert to 14

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

      You probably need to include the node modules folder. Let me know if that helps.

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

      Disregard the reply then! I do believe you should be able to use nodejs 16 tho

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

      Can you see my questions? After I referesh my answers disappear here...