LoveToCode
LoveToCode
  • Видео 37
  • Просмотров 280 243
AWS Lambda Concurrency - Provisional & Reserved
This shows how to add the "Provisional Concurrency" and describes the "Reserved Concurrency" to AWS Lambda function to reduce latency by removing cold-start of lambda.
#awslambda #ProvisionalConcurrency #ReservedConcurrency #coldstart
AWS Lambda tutorial: ruclips.net/p/PLruLATXv4pNykLcENieBQXttS9slk_U8h
Lambda Life Cycle: docs.aws.amazon.com/lambda/latest/dg/lambda-runtime-environment.html
Просмотров: 641

Видео

AWS Lambda VERSIONS and ALIAS
Просмотров 5575 месяцев назад
This video shows the usage of AWS Lambda VERSIONS and ALIAS #awslambda #awstutorial #apigateway #lambdaversion #lambdaalias AWS Lambda playlist: ruclips.net/p/PLruLATXv4pNykLcENieBQXttS9slk_U8h AWS API Gateway playlist: ruclips.net/p/PLruLATXv4pNz2RPn5X6iMmqyvv69NprJS
AWS Lambda Performance: (For Beginners)
Просмотров 4085 месяцев назад
This video shows how you can improve the AWS Lambda function performance easily. #lambda #awslambda #performance #awstutorial #beginners
How to Improve Performance of AWS API Gateway
Просмотров 6665 месяцев назад
This video show how to improve performance of API Gateway using COMPRESSION (Content-Encoding) and Caching. Going though step by step in the demo. #awstutorial #apigateway #aws #lambda #performance API Gateway list: ruclips.net/p/PLruLATXv4pNz2RPn5X6iMmqyvv69NprJS Invalidate cache: docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-caching.html#invalidate-method-caching
AWS Projects (NEW): API Gateway, Lambda, Recognition, S3 (Vehicle Number Identification System)
Просмотров 1,8 тыс.5 месяцев назад
This video shows step by step guidance to create full AWS project using API Gateway, Lambda, Recognition, S3 with React as front-end. Source Code: github.com/CodeSam621/Demo/tree/main/AWS Projects/vehicle-number-identifier #aws #awslambda #apigateway #rekognition #awstextract #reactjs
API GATEWAY: API ENDPOINT TYPES - REGIONAL, EDGE, PRIVATE
Просмотров 8766 месяцев назад
What are API ENDPOINT TYPES - REGIONAL, EDGE, PRIVATE This video shows the different endpoint types for REST API and their usage. #apigateway #aws #awstutorials
How to use API Gateway as SOCKET API ( Latest)
Просмотров 1,3 тыс.7 месяцев назад
Step by step for creating API Gateway Socket API. This video show how to create Chat application using WebSocket API. AWS API Gateway Playlist: ruclips.net/video/c3J5uvdfSfE/видео.html Lambda tutorials: ruclips.net/video/7vL9pazmcG0/видео.html Lambda Life Cycle and Performance: ruclips.net/video/njIni6ZKkFw/видео.html #awslambda #apigateway #dynamodb
API Gateway Lambda Mapping (Template Mapping)
Просмотров 2,8 тыс.7 месяцев назад
This shows how to change/modify headers/parameter while passing from API gateway to Lambda via Template Mapping. Furthermore how to use Lambda Proxy AWS API Gateway Playlist: ruclips.net/video/c3J5uvdfSfE/видео.html Template language resources: docs.aws.amazon.com/appsync/latest/devguide/resolver-mapping-template-reference-programming-guide.html #apigateway #mapping #template #awslambda
AWS LAMBDA Life Cycle - Reduce Cost, Improve Performance
Просмотров 1 тыс.8 месяцев назад
This video shows the LIFE CYCLE of the lambda which helps to finetune your lambda function for reduce the cost and improve the performance. - Phases of Lambda INIT, INVOKE, SHUT_DOWN - LAMBDA RE-TRY - Tips to improve performance and reduce cost AWS Lambda Play list: ruclips.net/video/7vL9pazmcG0/видео.html IAM overview: ruclips.net/video/ExjW3HCFG1U/видео.html
AWS Lambda function - Beginner to Advanced
Просмотров 14 тыс.8 месяцев назад
AWS Lambda tutorial fro beginner to advanced. This series cover all the aspect of AWS Lambda function with example and demo. This video is an introduction and coming videos will cover: - Version, Alias - Lambda layer, Images - Performance ( Cold-start etc) - Integrate with others AWS services ( SQS, DynamoDB, Kinesis, CloudWatch Logs, etc) - Troubleshooting tops - Concurrency (reserver and prov...
Implement Serilog with SumoLogic in .NET 6
Просмотров 2088 месяцев назад
Integrate Dot Net application with Sumo Logic using Serilog. Serilog C# tutorial. #serilog #sumologic #dotnet Source code: github.com/CodeSam621/Demo/tree/main/SumoLogic_Serilog Sumo Logic basic: ruclips.net/video/Nxzp7G-rUh8/видео.html Serilog supported providers: github.com/serilog/serilog/wiki/Provided-Sinks My other videos: AWS tutorial: ruclips.net/video/dXa9KA-G9Dg/видео.html
AWS API Gateway - Cloudwatch logs - Troubleshooting
Просмотров 2,5 тыс.9 месяцев назад
This video covers that how to troiubleshoot AWS API Gateway with a demo. #apigateway #aws #awstutorials Source code: github.com/CodeSam621/Demo/tree/main/AWS Gateway/AWS Gateway-2- Troubleshooting AWS API Gateway Playlist: ruclips.net/video/c3J5uvdfSfE/видео.html Other resources: Secure API gateway using Lambda: ruclips.net/video/rRQbVJhlpC4/видео.html Secure API gateway using Cognito: ruclips....
AWS API Gateway tutorial ( Latest)
Просмотров 29 тыс.9 месяцев назад
This video series is about full course of AWS API Gateway. This covers basic concept to advance concept with the demos Covers securing API gateway, troubleshooting, scaling Once you went through these video, you should have good understanding of API Gateway. #apigateway #aws #awstutorials AWS API Gateway Playlist: ruclips.net/video/c3J5uvdfSfE/видео.html Source code: github.com/CodeSam621/Demo/...
Textract tutorial (NEW) (Async vs Sync) Demo (STEP by STEP)
Просмотров 5 тыс.Год назад
Textract AWS tutorial. This video shows how to extract FORMS, TABLES from pdf using ` start-document-analysis` method. AWS Textract Sync: ruclips.net/video/xlUSJEsFQdk/видео.html Source: github.com/CodeSam621/Demo/tree/main/TextractAsync AWS doc: awscli.amazonaws.com/v2/documentation/api/latest/reference/textract/start-document-analysis.html awscli.amazonaws.com/v2/documentation/api/latest/refe...
DynamoDB with Python (Latest)
Просмотров 14 тыс.Год назад
This video show how to query DynamoDB table using Python. - Query using partition key - Query using Index( Global index, Local index) - Scan - Insert - Update - Bulk delete #dynamodb #python Source code: github.com/CodeSam621/Demo/tree/main/DynamoDB-Python-Demo DynamoDB Index: ruclips.net/video/KJGd0WZFDhU/видео.html AWS CLI: docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html
DynamoDB index (Global index and Local Index) (NEW)
Просмотров 1,9 тыс.Год назад
DynamoDB index (Global index and Local Index) (NEW)
AWS API Gateway with API Key / Usage Plan (LATEST)
Просмотров 9 тыс.Год назад
AWS API Gateway with API Key / Usage Plan (LATEST)
Secure API Gateway using Cognito Authorizer (NEW)
Просмотров 41 тыс.Год назад
Secure API Gateway using Cognito Authorizer (NEW)
Secure API Gateway using Lambda Authorizer (NEW)
Просмотров 24 тыс.Год назад
Secure API Gateway using Lambda Authorizer (NEW)
AWS S3 crash course, AWS S3 tutorial
Просмотров 4 тыс.Год назад
AWS S3 crash course, AWS S3 tutorial
AWS IAM Crash course, AWS IAM Tutorial, IAM Deep dive
Просмотров 16 тыс.Год назад
AWS IAM Crash course, AWS IAM Tutorial, IAM Deep dive
AWS ECR image scanning using Python, AWS ECR tutorial
Просмотров 2,5 тыс.Год назад
AWS ECR image scanning using Python, AWS ECR tutorial
Sumo Logic sends alert to SLACK , Sumo Logic SLACK integration
Просмотров 2,2 тыс.Год назад
Sumo Logic sends alert to SLACK , Sumo Logic SLACK integration
AWS SNS with Slack WITHOUT AWS Lambda
Просмотров 15 тыс.Год назад
AWS SNS with Slack WITHOUT AWS Lambda
AWS Textract tutorial, Extract Forms, Tables from Image using Python
Просмотров 18 тыс.Год назад
AWS Textract tutorial, Extract Forms, Tables from Image using Python
AWS SQS (Standard VS FIFO) for beginners
Просмотров 1,5 тыс.Год назад
AWS SQS (Standard VS FIFO) for beginners
AWS EventBridge with Shopify, Custom events
Просмотров 6 тыс.Год назад
AWS EventBridge with Shopify, Custom events
AWS lambda triggers, integrations, AWS Lambda function, AWS Lambda tutorial for beginners
Просмотров 6 тыс.Год назад
AWS lambda triggers, integrations, AWS Lambda function, AWS Lambda tutorial for beginners
AWS SQS + Lambda + SES
Просмотров 3,7 тыс.Год назад
AWS SQS Lambda SES
AWS SQS + Lambda + DynamoDb Step by Step
Просмотров 9 тыс.Год назад
AWS SQS Lambda DynamoDb Step by Step