#aws
Read more stories on Hashnode
Articles with this tag
So here’s the thing: you are an experienced developer thrilled by the opportunities of serverless architectures. You read books, watch any possible...
For years we have tried to avoid mistakes, when in fact we should have caused them. · Wind extinguishes a candle and energizes fire. Likewise with...
Amazon Cognito is an AWS service that lets you easily add users’ management to web and mobile apps. It supports social identity providers, such as...
Amazon API Gateway is a fully managed service that makes it easy to handle REST APIs. The main task of this service is to bind an HTTP endpoint to a...
For those of you who might not be familiar with, AWS Lambda is a service platform that let us run our code without provisioning or managing servers....
JSON Web Token (JWT) is an open standard (RFC 7519) that defines a way for transmitting information – like authentication and authorization facts –...