Develop and Deploy Web Application using AWS Lambda and Serverless framework.

preview_player
Показать описание
In this project, I develop and deploy a simple "TODO" application using AWS Lambda and Serverless framework. This application will allow users to create/remove/update/get TODO items.
Рекомендации по теме
Комментарии
Автор

You did great! Kudos!

However, your explanation of REST API is not correct - REST API is basically an architectural style for interacting with web services
There are different styles (SOAP, REST, RPC, GRPC etc)

Think of it as a standard for transfering data between web services.
So an API can be considered RESTful when
1. it supports HTTP methods like GET, POST, PUT, PATCH, DELETE
2. Request body and response are represented in JSON format (key-value pairs) - unlike SOAP which is represented in XML
3. communication between client and server has to be stateless (backend will not use session storage to determine authenticated user, but rather use access tokens)
etc etc...

Try read it up

christianosueke
Автор

I'm having trouble when trying to deploy backend with serverless command:

Webpack compilation failed:

in
Module build failed (from
TypeError: Cannot read properties of undefined (reading 'getSourceFile')
at Object.getEmitOutput
at getEmit
at successLoader
at Object.loader

ayoubjbili
Автор

Please I deleted my s3 bucket, how do I get that back?

GideonOtuka
visit shbcf.ru