Latest

All the resources in the Guide, starting with most recent.

Code Formatting

Part of tutorial

Code Formatting
Format and reformat code for consistency in your solution.
Additional Tools

Part of tutorial

Additional Tools
There's more in ReSharper! Architecture diagrams, localization manager, build tools and more.
Testing

Part of tutorial

Testing
Writing unit tests of our functions that we deploy to AWS Lambda, to ensure everything works.
Project Setup

Part of tutorial

Project Setup
Install AWS SAM (Serverless Application Model), AWS CLI & finally PyCharm Plugin AWS Toolkit.
Exploring Project Structure

Part of tutorial

Exploring Project Structure
Launching up project in PyCharm, installing plugin and exploring the project layout.
Invoking Functions Locally

Part of tutorial

Invoking Functions Locally
Execute Lambda function inside a container through PyCharm with Pro subscription.
Developing Serverless APIs using AWS Toolkit

Tutorial

Developing Serverless APIs using AWS Toolkit
Run, build, and deploy serverless functions in PyCharm.
Deploying Functions

Part of tutorial

Deploying Functions
Use PyCharm to deploy your Lambda APIs.
Writing REST APIs

Part of tutorial

Writing REST APIs
Beginning CRUD (Create, Read, Update, Delete) Operations
Cleanup

Part of tutorial

Cleanup
Removing Resources from AWS Console
Background on Serverless

Part of tutorial

Background on Serverless
Introduce Microservices, AWS SAM (Serverless Application Model)
Securing APIs with JSON Web Tokens (JWT)

Part of tutorial

Securing APIs with JSON Web Tokens (JWT)
Adding Custom Authorizers in Lambda functions