user-profile-img

Saurabh T

@sorabt• Dec 28, 2022open-state

What is Amazon API Gateway? - Amazon API Gateway

API Gateway REST APIs and HTTP APIs

traffic management, authorization and access control, monitoring, and API version management.

Powerful, flexible authentication mechanisms, such as AWS Identity and Access Management policies, Lambda authorizer functions, and Amazon Cognito user pools.

-

What is Amazon API Gateway? - Amazon API Gatewaydocs.aws.amazon.com

user-profile-img

Saurabh T

@sorabt• Nov 15, 2022open-state

VPC networking for Lambda - AWS Lambda

Amazon VPC networks includes the following network elements:

ACL to provide additional security in a subnet

-

VPC networking for Lambda - AWS Lambdadocs.aws.amazon.com

user-profile-img

Saurabh T

@sorabt• Oct 31, 2022open-state

Delete Lambda-backed custom resources stuck in CloudFormation

Lambda-backed custom resource is stuck

-

Delete Lambda-backed custom resources stuck in CloudFormationaws.amazon.com

user-profile-img

Saurabh T

@sorabt• Oct 24, 2022open-state

Amazon API Gateway concepts - Amazon API Gateway

API Gateway

annotationTypes: - Http based: - RESTFul : more feats - HTTP: less feats - WebSocket

hostname is of the form {api-id}.execute-api.{region}.amazonaws.com

types of API endpoints are supported: Edge-optimized API endpoint Private API endpoint Regional API endpoint

-

Amazon API Gateway concepts - Amazon API Gatewaydocs.aws.amazon.com

user-profile-img

Saurabh T

@sorabt• Oct 24, 2022open-state

Creating and using usage plans with API keys - Amazon API Gateway

Don't use API keys for authentication or authorization for your APIs.

-

Creating and using usage plans with API keys - Amazon API Gatewaydocs.aws.amazon.com

user-profile-img

Saurabh T

@sorabt• Oct 18, 2022open-state

What is the AWS Serverless Application Model (AWS SAM)? - AWS Serverless Application Model

functions, APIs, permissions, configurations, and events that make up a serverless application

-

What is the AWS Serverless Application Model (AWS SAM)? - AWS Serverless Application Modeldocs.aws.amazon.com

user-profile-img

Saurabh T

@sorabt• Oct 16, 2022open-state

Applying the Unix Philosophy

Whenever possible, prototype in an interpreted language before coding C.

Small is beautiful. Write programs that do as little as is consistent with getting the job done.

-

Applying the Unix Philosophywww.catb.org

user-profile-img

Saurabh T

@sorabt• Oct 16, 2022open-state

Basics of the Unix Philosophy

Donald Knuth (author of The Art Of Computer Programming, one of the field's few true classics) popularized the observation that “Premature optimization is the root of all evil”.[11]

-

Basics of the Unix Philosophywww.catb.org

user-profile-img

Saurabh T

@sorabt• Oct 15, 2022open-state

What Unix Gets Right

unobvious design rules that allow programs to function not just as isolated one-shot solutions but as synergistic parts of a toolkit. A major purpose of this book is to elucidate those rules.

-

What Unix Gets Rightwww.catb.org

user-profile-img

Saurabh T

@sorabt• Oct 7, 2022open-state

AWS CloudFormation concepts - AWS CloudFormation

AWS CloudFormation

annotationtemplate: describe resources stack: a set of resources described by template after provisioning.
-

AWS CloudFormation concepts - AWS CloudFormationdocs.aws.amazon.com