Creating an API with AWS: Part 6: Nested CloudFormation Templates
In my post Creating an API with AWS: Part 5: DELETE methods, I added DELETE methods to each endpoint, to give us full CRUD (Create,...
Let’s talk about code
In my post Creating an API with AWS: Part 5: DELETE methods, I added DELETE methods to each endpoint, to give us full CRUD (Create,...
In my post Creating an API with AWS: Part 4: Cognito Authentication, I added authentication to the API using AWS Cognito. In this post, I’ll...
In my post Creating an API with AWS: Part 3: Additional Endpoints, I updated the simple AWS API endpoint with additional endpoints. In this post,...
In my post Creating an API with AWS: Part 2: DynamoDB, I updated the simple AWS API endpoint with a DynamoDB database table for data...
In my post Creating an API with AWS, I demonstrated how to use a CloudFormation template to create a simple API with AWS. In this...
When developing an API (Application Programming Interface) from scratch, there are many things to think about. Where to host it, how to deal with load...
Recent Comments