With Running Serverless Applications with AWS Lambda you will get a 40% discount on yearly plans and a 20% monthly discount oneducative.io. It is one of the popular courses from educative.io
In the world of modern development, serverless computing has become table stakes
Running Serverless Applications with AWS Lambda– Developer Discount
With the exclusive Holiday discount, you can get a 20% discount on two years of access to educative.io which includes all the existing and future courses. Two-year access is just $199 after the discount. Lockin this price before it expires.
Get an additional 20 discount on Handling Financial Services with Square API course
Coupon: Use code devops at checkout
Also, you can get a 10% discount on all educative courses using the exclusive discount.
Coupon: Use Code Educative10 at checkout
Here is what you will Learn from Running Serverless Applications with AWS Lambda
- Serverless in Five Minutes
- The Serverless Pricing Model
- How Request Pricing Affects Deployment Architecture
- How Request Pricing Affects Security
- How Request Pricing Affects Product Decisions
- Important AWS Lambda Technical Constraints
- When to Use Lambda
- Interesting Experiments
- Setup Tools for Local Development
- Setting Up the Prerequisites
- Installing JavaScript and SAM CLI
- Configuring Access Credentials
- Running AWS Services with Restricted User Accounts
- Interesting Experiments
- Creating a Web Service
- Initialising the Application
- Infrastructure as Code
- Further Sections of ‘template.yaml’
- The Lambda Programming Model
- Steps to Deploy SAM Applications
- Building a SAM Application
- Packaging SAM Applications
- Deploying a SAM Application
- Inspecting a Stack
- Interesting Experiments
- Development and Troubleshooting
- Exploring the AWS Lambda Web Console
- Retrieving Execution Logs
- Logging Incoming Events
- Simulating Lambda Locally
- Debugging Functions
- Validating Templates
- Working on a Team
- Setting Up a Deployment Pipeline
- Interesting Experiments
- Core Features of AWS Lambda
- Safe Deployments
- Versions and Aliases
- Gradual Deployments
- Adding Deployment Alerts
- Interesting Experiments
- Handling HTTP Requests
- API Gateway Events
- Customising Responses
- Troubleshooting Gateway Integrations
- Processing Request Parameters
- Using Global Settings to Configure the Implicit API
- Creating Parameterised CloudFormation Stacks
- Interesting Experiments
- Using External Storage
- S3 vs. DynamoDB
- Lambda Access Rights
- Generating Unique References
- Passing Resource References to Functions
- Authorising Access With IAM Policies
- Dealing with Network Timeouts
- Interesting Experiments
- Cheaper, Faster, Serverless
- Direct Access to External Storage
- Signing Requests
- Signed Download URLs
- Protecting S3 Files
- Interesting Experiments
- Handling Platform Events
- Processing Uploads
- Generating Test Events
- Working with Files
- Working with Asynchronous Events
- Avoiding Circular References
- Handling Asynchronous Errors with Dead Letters
- Conditional Resources
- Interesting Experiments
- Using Application Components
- Using `mogrify`
- Lambda Layers
- Invoking System Utilities
- Publishing to SAR
- Interesting Experiments
- Managing Sessions and User Workflows
- User Workflows and Request Routing
- Moving Session State out of Lambda Functions
- Moving Static Assets Out of Lambda Functions
- Adding More Functions to `user-workflow.js`
- Using S3 as a Web Server
- Working With Cross-Origin Resource Sharing
- Configuring API Gateway for CORS
- Uploading Files to S3
- Interesting Experiments
- Designing Robust Applications
- Modifying API Endpoints
- Designing with Ports and Adapters
- Request Processor and Concrete Adapters
- Lambda Utility Methods
- Interesting Experiments
- Deployment Options
- Deployment Options
- One Lambda or Many?
- Sharing Behaviour
- Sharing Configurations
- Interesting Experiments