LoveToCode
LoveToCode
  • 37
  • 295 580
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: ua-cam.com/play/PLruLATXv4pNykLcENieBQXttS9slk_U8h.html
Lambda Life Cycle: docs.aws.amazon.com/lambda/latest/dg/lambda-runtime-environment.html
Переглядів: 908

Відео

AWS Lambda VERSIONS and ALIAS
Переглядів 7086 місяців тому
This video shows the usage of AWS Lambda VERSIONS and ALIAS #awslambda #awstutorial #apigateway #lambdaversion #lambdaalias AWS Lambda playlist: ua-cam.com/play/PLruLATXv4pNykLcENieBQXttS9slk_U8h.html AWS API Gateway playlist: ua-cam.com/play/PLruLATXv4pNz2RPn5X6iMmqyvv69NprJS.html
AWS Lambda Performance: (For Beginners)
Переглядів 5156 місяців тому
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
Переглядів 8347 місяців тому
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: ua-cam.com/play/PLruLATXv4pNz2RPn5X6iMmqyvv69NprJS.html 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)
Переглядів 2 тис.7 місяців тому
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
Переглядів 1 тис.8 місяців тому
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,7 тис.8 місяців тому
Step by step for creating API Gateway Socket API. This video show how to create Chat application using WebSocket API. AWS API Gateway Playlist: ua-cam.com/video/c3J5uvdfSfE/v-deo.html Lambda tutorials: ua-cam.com/video/7vL9pazmcG0/v-deo.html Lambda Life Cycle and Performance: ua-cam.com/video/njIni6ZKkFw/v-deo.html #awslambda #apigateway #dynamodb
API Gateway Lambda Mapping (Template Mapping)
Переглядів 3,2 тис.9 місяців тому
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: ua-cam.com/video/c3J5uvdfSfE/v-deo.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,2 тис.9 місяців тому
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: ua-cam.com/video/7vL9pazmcG0/v-deo.html IAM overview: ua-cam.com/video/ExjW3HCFG1U/v-deo.html
AWS Lambda function - Beginner to Advanced
Переглядів 15 тис.9 місяців тому
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
Переглядів 22210 місяців тому
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: ua-cam.com/video/Nxzp7G-rUh8/v-deo.html Serilog supported providers: github.com/serilog/serilog/wiki/Provided-Sinks My other videos: AWS tutorial: ua-cam.com/video/dXa9KA-G9Dg/v-deo.html
AWS API Gateway - Cloudwatch logs - Troubleshooting
Переглядів 2,8 тис.10 місяців тому
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: ua-cam.com/video/c3J5uvdfSfE/v-deo.html Other resources: Secure API gateway using Lambda: ua-cam.com/video/rRQbVJhlpC4/v-deo.html Secure API gateway using Cognito: ua-cam.com...
AWS API Gateway tutorial ( Latest)
Переглядів 32 тис.10 місяців тому
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: ua-cam.com/video/c3J5uvdfSfE/v-deo.html Source code: github.com/CodeSam621/Demo/t...
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: ua-cam.com/video/xlUSJEsFQdk/v-deo.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/refer...
DynamoDB with Python (Latest)
Переглядів 15 тис.Рік тому
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: ua-cam.com/video/KJGd0WZFDhU/v-deo.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)
Переглядів 43 тис.Рік тому
Secure API Gateway using Cognito Authorizer (NEW)
Secure API Gateway using Lambda Authorizer (NEW)
Переглядів 25 тис.Рік тому
Secure API Gateway using Lambda Authorizer (NEW)
AWS S3 crash course, AWS S3 tutorial
Переглядів 4,1 тис.Рік тому
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,6 тис.Рік тому
AWS ECR image scanning using Python, AWS ECR tutorial
Sumo Logic sends alert to SLACK , Sumo Logic SLACK integration
Переглядів 2,3 тис.Рік тому
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
Переглядів 19 тис.Рік тому
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,8 тис.2 роки тому
AWS SQS Lambda SES
AWS SQS + Lambda + DynamoDb Step by Step
Переглядів 9 тис.2 роки тому
AWS SQS Lambda DynamoDb Step by Step