Thank you - creating an app for my final year uni project and wanted to use AWS, Go and Lambdas. This is the best explanation i've found! not checked yet but if you haven't done how to sort out authorisation with this that would be great! Thanks again
@providenceagent23722 жыл бұрын
Amazing! Please do more Lambda with go videos
@brianmmdev2 жыл бұрын
Thanks! Got more coming soon, just havent had time lately 😅
@providenceagent23722 жыл бұрын
@@brianmmdev That's great! Also when you have time could you make videos on using Gin and making and how to structure a real rest API project with use of Mongodb
@luisg.sandoval20462 жыл бұрын
Awesome video!!
@brianmmdev2 жыл бұрын
Thanks!
@alwyngsu8322 жыл бұрын
Great Video! Do you have any about integrating Go/Lambda with Firebase?
@brianmmdev2 жыл бұрын
Thanks! I've not worked with Firebase yet, but might pick it up in the future :D
@puttenicole2 жыл бұрын
Good stuff. Question(I just started doing api gateway and go): will it return proper error message if it fails unmarshalling? Or will it be an Internal server error?
@brianmmdev2 жыл бұрын
Thanks! The method I used in the video will just return Internal Server Error with (I think) the error message in the body. If you wanted to return something different, you could setup the APIGatewayProxyResponse with StatusCode: 500 and whatever you want in the Body field.