LoveToCode
LoveToCode
  • 37
  • 242 896
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: th-cam.com/play/PLruLATXv4pNykLcENieBQXttS9slk_U8h.html
Lambda Life Cycle: docs.aws.amazon.com/lambda/latest/dg/lambda-runtime-environment.html
มุมมอง: 213

วีดีโอ

AWS Lambda VERSIONS and ALIAS
มุมมอง 2802 หลายเดือนก่อน
This video shows the usage of AWS Lambda VERSIONS and ALIAS #awslambda #awstutorial #apigateway #lambdaversion #lambdaalias AWS Lambda playlist: th-cam.com/play/PLruLATXv4pNykLcENieBQXttS9slk_U8h.html AWS API Gateway playlist: th-cam.com/play/PLruLATXv4pNz2RPn5X6iMmqyvv69NprJS.html
AWS Lambda Performance: (For Beginners)
มุมมอง 2063 หลายเดือนก่อน
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
มุมมอง 3313 หลายเดือนก่อน
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: th-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)
มุมมอง 1.3K3 หลายเดือนก่อน
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
มุมมอง 4884 หลายเดือนก่อน
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)
มุมมอง 7664 หลายเดือนก่อน
Step by step for creating API Gateway Socket API. This video show how to create Chat application using WebSocket API. AWS API Gateway Playlist: th-cam.com/video/c3J5uvdfSfE/w-d-xo.html Lambda tutorials: th-cam.com/video/7vL9pazmcG0/w-d-xo.html Lambda Life Cycle and Performance: th-cam.com/video/njIni6ZKkFw/w-d-xo.html #awslambda #apigateway #dynamodb
API Gateway Lambda Mapping (Template Mapping)
มุมมอง 1.9K5 หลายเดือนก่อน
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: th-cam.com/video/c3J5uvdfSfE/w-d-xo.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
มุมมอง 5755 หลายเดือนก่อน
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: th-cam.com/video/7vL9pazmcG0/w-d-xo.html IAM overview: th-cam.com/video/ExjW3HCFG1U/w-d-xo.html
AWS Lambda function - Beginner to Advanced
มุมมอง 10K6 หลายเดือนก่อน
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
มุมมอง 1646 หลายเดือนก่อน
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: th-cam.com/video/Nxzp7G-rUh8/w-d-xo.html Serilog supported providers: github.com/serilog/serilog/wiki/Provided-Sinks My other videos: AWS tutorial: th-cam.com/video/dXa9KA-G9Dg/w-d-xo.html
AWS API Gateway - Cloudwatch logs - Troubleshooting
มุมมอง 1.8K6 หลายเดือนก่อน
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: th-cam.com/video/c3J5uvdfSfE/w-d-xo.html Other resources: Secure API gateway using Lambda: th-cam.com/video/rRQbVJhlpC4/w-d-xo.html Secure API gateway using Cognito: th-cam.c...
AWS API Gateway tutorial ( Latest)
มุมมอง 22K6 หลายเดือนก่อน
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: th-cam.com/video/c3J5uvdfSfE/w-d-xo.html Source code: github.com/CodeSam621/Demo/...
Textract tutorial (NEW) (Async vs Sync) Demo (STEP by STEP)
มุมมอง 4.5K11 หลายเดือนก่อน
Textract AWS tutorial. This video shows how to extract FORMS, TABLES from pdf using ` start-document-analysis` method. AWS Textract Sync: th-cam.com/video/xlUSJEsFQdk/w-d-xo.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)
มุมมอง 12Kปีที่แล้ว
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: th-cam.com/video/KJGd0WZFDhU/w-d-xo.html AWS CLI: docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html
DynamoDB index (Global index and Local Index) (NEW)
มุมมอง 1.7Kปีที่แล้ว
DynamoDB index (Global index and Local Index) (NEW)
AWS API Gateway with API Key / Usage Plan (LATEST)
มุมมอง 8Kปีที่แล้ว
AWS API Gateway with API Key / Usage Plan (LATEST)
Secure API Gateway using Cognito Authorizer (NEW)
มุมมอง 37Kปีที่แล้ว
Secure API Gateway using Cognito Authorizer (NEW)
Secure API Gateway using Lambda Authorizer (NEW)
มุมมอง 22Kปีที่แล้ว
Secure API Gateway using Lambda Authorizer (NEW)
AWS S3 crash course, AWS S3 tutorial
มุมมอง 3.7Kปีที่แล้ว
AWS S3 crash course, AWS S3 tutorial
AWS IAM Crash course, AWS IAM Tutorial, IAM Deep dive
มุมมอง 14Kปีที่แล้ว
AWS IAM Crash course, AWS IAM Tutorial, IAM Deep dive
AWS ECR image scanning using Python, AWS ECR tutorial
มุมมอง 2.4Kปีที่แล้ว
AWS ECR image scanning using Python, AWS ECR tutorial
Sumo Logic sends alert to SLACK , Sumo Logic SLACK integration
มุมมอง 2Kปีที่แล้ว
Sumo Logic sends alert to SLACK , Sumo Logic SLACK integration
AWS SNS with Slack WITHOUT AWS Lambda
มุมมอง 13Kปีที่แล้ว
AWS SNS with Slack WITHOUT AWS Lambda
AWS Textract tutorial, Extract Forms, Tables from Image using Python
มุมมอง 17Kปีที่แล้ว
AWS Textract tutorial, Extract Forms, Tables from Image using Python
AWS SQS (Standard VS FIFO) for beginners
มุมมอง 1.4Kปีที่แล้ว
AWS SQS (Standard VS FIFO) for beginners
AWS EventBridge with Shopify, Custom events
มุมมอง 5Kปีที่แล้ว
AWS EventBridge with Shopify, Custom events
AWS lambda triggers, integrations, AWS Lambda function, AWS Lambda tutorial for beginners
มุมมอง 5Kปีที่แล้ว
AWS lambda triggers, integrations, AWS Lambda function, AWS Lambda tutorial for beginners
AWS SQS + Lambda + SES
มุมมอง 3.4Kปีที่แล้ว
AWS SQS Lambda SES
AWS SQS + Lambda + DynamoDb Step by Step
มุมมอง 8Kปีที่แล้ว
AWS SQS Lambda DynamoDb Step by Step

ความคิดเห็น

  • @chrisder1814
    @chrisder1814 3 วันที่ผ่านมา

    bonjour Est-ce que vous utilisez également les GPT avec action ?

    • @lovetocode4486
      @lovetocode4486 3 วันที่ผ่านมา

      I am going to do a video which has Bedrock, agent with action soon. Stay tune. Thanks

  • @chrisder1814
    @chrisder1814 4 วันที่ผ่านมา

    hello Do you create GPT customs?

    • @lovetocode4486
      @lovetocode4486 3 วันที่ผ่านมา

      what do you mean by GPT custom?

    • @chrisder1814
      @chrisder1814 3 วันที่ผ่านมา

      @lovetocode4486 I want to talk about the GPT Store you can create custom GPT with a database and an action and I was wondering what I could do by creating a GPT with the Amazon API or jungle scout and I also want to ask you if you use make automation software?

  • @LHDev21
    @LHDev21 6 วันที่ผ่านมา

  • @moliveirabaeta
    @moliveirabaeta 13 วันที่ผ่านมา

    Great video, very useful. Congrats!

    • @lovetocode4486
      @lovetocode4486 13 วันที่ผ่านมา

      Thanks 👍👍👍

  • @preetishidgirimath7707
    @preetishidgirimath7707 19 วันที่ผ่านมา

    I am struggling to get textract issue

    • @lovetocode4486
      @lovetocode4486 18 วันที่ผ่านมา

      Could you pls elaborate little bit more? Where do you stuck? What is the error messages etc

    • @preetishidgirimath7707
      @preetishidgirimath7707 18 วันที่ผ่านมา

      @@lovetocode4486 we have bio rad site from there we are getting pdf into s3 post that it wil convert into images then json file since pdf has 22 pages it will create 22images and json files now my task is to only fetch table included in the json file all the set up is done only while grepping for table I m.getting error

    • @preetishidgirimath7707
      @preetishidgirimath7707 18 วันที่ผ่านมา

      @@lovetocode4486 neither I m getting output nor error

    • @lovetocode4486
      @lovetocode4486 16 วันที่ผ่านมา

      What is the error? Is it in cloudWatch logs?

    • @preetishidgirimath7707
      @preetishidgirimath7707 16 วันที่ผ่านมา

      @@lovetocode4486 no error no output

  • @chandrusanthosh6831
    @chandrusanthosh6831 23 วันที่ผ่านมา

    Thanks for sharing

    • @lovetocode4486
      @lovetocode4486 23 วันที่ผ่านมา

      Glad that helps you 👍👍👍

  • @regilearn2138
    @regilearn2138 24 วันที่ผ่านมา

    I got a task to react upload file/image to AWS s3 bucket to using lambda function and do CRUD using Dynmodb. Please do a tutorial on this. it would be very help full for us. Appreciate you support to your community.Please use react node and express for this.

    • @lovetocode4486
      @lovetocode4486 23 วันที่ผ่านมา

      hi mate, thanks for the comment. There is a already video which use React and S3 bucket upload. Please check this: th-cam.com/video/EZrXBnca4KY/w-d-xo.html

  • @regilearn2138
    @regilearn2138 24 วันที่ผ่านมา

    I am new to AWS, Would appreciate from were i can start to AWS

    • @lovetocode4486
      @lovetocode4486 22 วันที่ผ่านมา

      Best way to learn AWS is practice. Create a free tier AWS account and start playing

  • @ankitadixit5875
    @ankitadixit5875 หลายเดือนก่อน

    can you help me answer this question which is asked in AWS sample paper question for SA pro certification:A company operates an ecommerce application on Amazon EC2 instances behind an Application Load Balancer. The instances run in an Amazon EC2 Auto Scaling group across multiple Availability Zones. After an order is successfully processed, the application immediately posts order data to a third-party affiliate’s external tracking system that pays sales commissions for order referrals. During a successful marketing promotion, the number of EC2 instances increased from 2 to 20. The application continued to work correctly during this time. However, the increased request rate overwhelmed the third-party affiliate and resulted in failed requests. Which combination of architectural changes should a solutions architect make to ensure that the entire process functions correctly under load? (Select TWO.) A) Move the code that calls the affiliate to a new AWS Lambda function. Modify the application to invoke the Lambda function asynchronously. B) Move the code that calls the affiliate to a new AWS Lambda function. Modify the application to place the order data in an Amazon Simple Queue Service (Amazon SQS) queue. Invoke the Lambda function from the queue. C) Increase the timeout of the new AWS Lambda function. D) Decrease the reserved concurrency of the new AWS Lambda function. E) Increase the memory of the new AWS Lambda function. The answers are B and D ??? Like, how D can be the answer. How decreasing the reserved concurrency helps here? d1.awsstatic.com/training-and-certification/docs-sa-pro/AWS-Certified-Solutions-Architect-Professional_Sample-Questions.pdf. question number 8. thanks in advance

    • @lovetocode4486
      @lovetocode4486 หลายเดือนก่อน

      Hi mate, Seems it is bit conflict with the answer itself in the pdf doc. It said "In option D, a decreased number of concurrent invocations will prevent the affiliate application from getting overwhelmed". It talked about "Concurrency" NOT "Reserved concurrency". Yes, reducing the "Concurrency" will reduce number of request to third-party system. But, if you reduce the "Reserved concurrency", it could throttle the lambda and requests will be failed which is not the answer

    • @ankitadixit5875
      @ankitadixit5875 หลายเดือนก่อน

      @@lovetocode4486 got it ...thank you for much for your response.I am following your series for my professional certification.I will let you know once I clear it🎉🎉🎉🎉🎉🎉🎉

    • @lovetocode4486
      @lovetocode4486 หลายเดือนก่อน

      Great. Good luck 🤞

  • @AnkitaDixit-ni2ii
    @AnkitaDixit-ni2ii หลายเดือนก่อน

    🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉 thank you

    • @lovetocode4486
      @lovetocode4486 หลายเดือนก่อน

      Glad that helps you . Thanks 👍👍

  • @AnkitaDixit-ni2ii
    @AnkitaDixit-ni2ii หลายเดือนก่อน

    Oh my God .... This is gold

    • @lovetocode4486
      @lovetocode4486 หลายเดือนก่อน

      Cool 👍👍👍👍👍

  • @user-hg1ni6bi2y
    @user-hg1ni6bi2y หลายเดือนก่อน

    there is need to connect aws access key and secret key for dynamodb?

    • @lovetocode4486
      @lovetocode4486 หลายเดือนก่อน

      HI Mate, Yes, you need to setup AWS CLI which will configure AWS key and secret. docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html

  • @krishnarao3740
    @krishnarao3740 หลายเดือนก่อน

    hi there i am new to aws and cloud computing and i was wondering whether this same application can be done with the lambda function based on python?

    • @lovetocode4486
      @lovetocode4486 หลายเดือนก่อน

      Hi mate, Yes, obviously you can do with most of languages. Python is one of them.

  • @kowshikns4361
    @kowshikns4361 หลายเดือนก่อน

    Great video! settings working for me

  • @luli829
    @luli829 หลายเดือนก่อน

    everything works till test api with postman. my postman still gives me 401 even then I put the auth-token(id-token) to header🥲

    • @luli829
      @luli829 หลายเดือนก่อน

      ok, for the postman part, we should select headers then put auth-token and access-token instead of id-token and it works.

    • @lovetocode4486
      @lovetocode4486 หลายเดือนก่อน

      Nice 👍 👍

  • @NeerajKumar-gk9kz
    @NeerajKumar-gk9kz 2 หลายเดือนก่อน

    I dont konw how learn after dsa can i learn it

    • @lovetocode4486
      @lovetocode4486 หลายเดือนก่อน

      Sorry. I didn’t get what you’re asking

    • @NeerajKumar-gk9kz
      @NeerajKumar-gk9kz หลายเดือนก่อน

      @@lovetocode4486 I mean when learn this topic I have knowledge of basic data structure algorithm only

  • @_Ollie1103
    @_Ollie1103 2 หลายเดือนก่อน

    Great example, thank you :)

    • @lovetocode4486
      @lovetocode4486 2 หลายเดือนก่อน

      Thanks mate 👍

  • @paulomoreira4716
    @paulomoreira4716 2 หลายเดือนก่อน

    Wow Thanks, clear and simple ;)

  • @Yog8899
    @Yog8899 2 หลายเดือนก่อน

    Can i use usage plan without api key ? I dont want to use api key.. i created useage plan but still i am able to hit request multiple times...

    • @lovetocode4486
      @lovetocode4486 2 หลายเดือนก่อน

      Hi Mate, Usually usage plan comes with API-Key implementation. BTW still you can limit requests in some extends. Go to YOUR_API=> STAGES=> YOUR_STAGE=> YOUR RESOURCE=> ACTION => Then "Method overrides" => Throttling

    • @Yog8899
      @Yog8899 2 หลายเดือนก่อน

      @@lovetocode4486 yes but that rate and burst limit apply on that perticular API and not for a IP I think ...I mean if user A consumus all the request...then user B will get too many requests

  • @DhrumilShahDOTin
    @DhrumilShahDOTin 2 หลายเดือนก่อน

    I have to manually check every time for async job is completed or not can I do call back instead ?

    • @lovetocode4486
      @lovetocode4486 2 หลายเดือนก่อน

      Yes, you can configure a SNS topic. Once the Textract completes, it send a message. You can subscribe to the topic. Then you can trigger another lambda or anything you want to do with the result.

    • @dhrumilshah1992
      @dhrumilshah1992 2 หลายเดือนก่อน

      @@lovetocode4486 Thanks for quick response - you are life saver

  • @shubhammahure3530
    @shubhammahure3530 2 หลายเดือนก่อน

    The reporting service (git repository) will have to trigger the backup lambda in case of successful execution of storing the data in . Trigger the restore lambda in case of unsuccessful execution. Acceptance Criteria Restore UDM from backup in case of failure Backup UDM after successful execution of reporting service batch execution can you provide me microservice code implementation.

    • @lovetocode4486
      @lovetocode4486 2 หลายเดือนก่อน

      Hi Mate, I am able to give the guidance on how to do. Not the actual implementation. Try yourself first then then reach for any issues. Then I am able to help. Hope this helps

    • @shubhammahure3530
      @shubhammahure3530 2 หลายเดือนก่อน

      @@lovetocode4486 i tried

    • @shubhammahure3530
      @shubhammahure3530 2 หลายเดือนก่อน

      I have trigger lambda by code only without using aws functionality (triggers)

  • @JohnMitchellCalif
    @JohnMitchellCalif 2 หลายเดือนก่อน

    very clear and useful! Subscribed

  • @9622_Comps_Soham_Mane
    @9622_Comps_Soham_Mane 2 หลายเดือนก่อน

    unable to upload please help

    • @lovetocode4486
      @lovetocode4486 2 หลายเดือนก่อน

      Hi mate, what’s the error you get? Is it something related to CORS?

  • @user-dd6pd7ji2y
    @user-dd6pd7ji2y 2 หลายเดือนก่อน

    Thank you. Great explanatory material. Would you be so kind to explain read/write capacity units in one of your videos?

    • @lovetocode4486
      @lovetocode4486 2 หลายเดือนก่อน

      Thanks mate, I will try to create a one with read/write capacity info. 👍

  • @dylangeorgefield
    @dylangeorgefield 2 หลายเดือนก่อน

    Australia represent! Thanks for the video ✌✌

    • @lovetocode4486
      @lovetocode4486 2 หลายเดือนก่อน

      Thanks mate. Yes it is 🦘 🦘🦘🦘

  • @SebastianVillarpando
    @SebastianVillarpando 2 หลายเดือนก่อน

    Great video, thank you!

    • @lovetocode4486
      @lovetocode4486 2 หลายเดือนก่อน

      Thanks 🙏 mate

  • @ashu9103
    @ashu9103 2 หลายเดือนก่อน

    Thanks for the great video. I have a query about sort key in GSI, can we use sort key of primary index in GSI?

    • @lovetocode4486
      @lovetocode4486 2 หลายเดือนก่อน

      Hi mate, When you create GSI, the data for the GSI could be stored in different physical location. You are only allowed to query either using primary partition + sort OR GSI partition key + GSI sort key. It is very important to understand the access pattern of the data. Based on that, try to create GSI or Local index etc. This could be help for further clarification.th-cam.com/video/x8IxY4zoBGI/w-d-xo.html

  • @yasserhariri7718
    @yasserhariri7718 2 หลายเดือนก่อน

    great video, thanks 👍

    • @lovetocode4486
      @lovetocode4486 2 หลายเดือนก่อน

      Thanks mate 👍👍👍

  • @GARIMADalal-vg4yj
    @GARIMADalal-vg4yj 2 หลายเดือนก่อน

    very helpful

  • @ManishJindalmanisism
    @ManishJindalmanisism 2 หลายเดือนก่อน

    👍

    • @lovetocode4486
      @lovetocode4486 2 หลายเดือนก่อน

      👍👍👍👍

  • @MitsiAg
    @MitsiAg 2 หลายเดือนก่อน

    If i'm making a saas application that lets user generate there own api key to use the api and given all apis are behind api gateway. Is there a way the api can be initialised at account level?

    • @lovetocode4486
      @lovetocode4486 2 หลายเดือนก่อน

      Hi Mate, As I understood your scenario, the client hits API gateway with his own api key and then it passed to your APIs. You want to measure how many requests each client. If that is the case, you can add Lambda authoriser (here you are just counting the number of requests. It doesnt do any auth logic) which can read the api key and measure how much many requests each client send. You can save this number in DB. You have to pass the header record from API gateway to the authoriser lambda. Assuming the client send the api key in the header. There are two video can be helpful: 1. How to create Lambda Authoriser th-cam.com/video/rRQbVJhlpC4/w-d-xo.html 2. How to pass header info from api gateway to lambda th-cam.com/video/o98qYUFSQbc/w-d-xo.html Please let me know how this helps. Thanks

  • @dwayne5864
    @dwayne5864 2 หลายเดือนก่อน

    great content, thank you.

    • @lovetocode4486
      @lovetocode4486 2 หลายเดือนก่อน

      Glad that helps you. Thanks 👍

  • @YogeshAachar
    @YogeshAachar 2 หลายเดือนก่อน

    Please make a video on per key cache invalidation

    • @lovetocode4486
      @lovetocode4486 2 หลายเดือนก่อน

      Thanks for the comment. I will give a shot soon. Stay tuned. 👍

  • @GARIMADalal-vg4yj
    @GARIMADalal-vg4yj 2 หลายเดือนก่อน

    It's really good

    • @lovetocode4486
      @lovetocode4486 2 หลายเดือนก่อน

      Thanks 🙏 👍👍

  • @vijaysiwan
    @vijaysiwan 3 หลายเดือนก่อน

    love you man , you clear all doubts in one go , i am from azure and microsoft server , i have these ideas but how to do in aws in just new for me

    • @lovetocode4486
      @lovetocode4486 2 หลายเดือนก่อน

      Glad that helps you. Thanks mate

  • @manoharmanohar8118
    @manoharmanohar8118 3 หลายเดือนก่อน

    You have not shown what is there under get_text method.. can you please share that too

    • @lovetocode4486
      @lovetocode4486 3 หลายเดือนก่อน

      Hey mate, The source code is in GitHub. Please check this. github.com/CodeSam621/Demo/blob/de01e4e1910155fea6f913f4750f7907043515dd/AWSTextract/lambda_function.py#L48

  • @nimaakhavi4408
    @nimaakhavi4408 3 หลายเดือนก่อน

    why did u creat mok api , you missed it

    • @lovetocode4486
      @lovetocode4486 3 หลายเดือนก่อน

      Hi Mate, The mock api is for just demonstration. If you are likely to know more, then follow this list th-cam.com/video/c3J5uvdfSfE/w-d-xo.html

  • @shanumuru
    @shanumuru 3 หลายเดือนก่อน

    awesome and detailed

    • @lovetocode4486
      @lovetocode4486 3 หลายเดือนก่อน

      Thanks. Glad helps you 👍👍

  • @shubhammahure3530
    @shubhammahure3530 3 หลายเดือนก่อน

    Fix the issue of job failure when all the market zip files are placed in cft folder Some of the jobs will fail due to concurrency issue Exceeded maximum concurrent capacity for your account:500. How i add Queue for this jobs and delay so that it cannot exceed 500 DPUs.How check how many files are running.

    • @lovetocode4486
      @lovetocode4486 3 หลายเดือนก่อน

      Hi Mate, Sorry mate, I didnt get your question clearly. As I understood the question, you can increase the size of the batch size of lambda. This will reduce the concurrency exceeding limit as AWS spinning up less lambda instances. The batch size configuration is in the part of the trigger settings.

    • @lovetocode4486
      @lovetocode4486 3 หลายเดือนก่อน

      let me knw how it goes. thanks

  • @George-mk7lp
    @George-mk7lp 3 หลายเดือนก่อน

    is sumo logic free?

    • @lovetocode4486
      @lovetocode4486 3 หลายเดือนก่อน

      Hey mate, You can have free account which includes significant features. All the features in this video are come under free account. You dont need to pay even cent. 👍 If you want to go beyond, then they have paid version too.

  • @suganthiaravind4335
    @suganthiaravind4335 3 หลายเดือนก่อน

    Can an api gateway be between ALB and the web service? Are there any benefits of this architecture?

    • @lovetocode4486
      @lovetocode4486 3 หลายเดือนก่อน

      Hi Mate, Yes, you can add Load Balance between Api gateway and the services. API Gateway support 10,000 request (This is a soft limit and you can request more from AWS) per seconds. The Load balancer can be used to distribute the load between each service instance (EC2 etc). Having API Gateway in the front addresses the a cross-cutting concerns (managing security, routing, and transformations etc) while load balance gives fast responses to the clients by distribution the load

  • @giantboanerges206
    @giantboanerges206 3 หลายเดือนก่อน

    Great video 🎉 how to send message to SNS topic then process the message

    • @lovetocode4486
      @lovetocode4486 3 หลายเดือนก่อน

      Hey mate, Do you mean that sending message to SNS from Slack or different source?

    • @giantboanerges206
      @giantboanerges206 3 หลายเดือนก่อน

      Hi @@lovetocode4486 I meant Slack channel to SNS. Now a days, I tried to explore slack workflows and developer options. So whenever a message posted to particular private slack channel it needs to trigger lambda after getting approval (like 5 thumbs-up) to the message. The message posted in slack channel need to pass as a payload. So I thought of sending message to SNS and write approval logic there. Is there any easy workflow for it, any suggestions would be helpful Initially I thought of using sqs but it only for public channel, so dropped the idea

  • @muttineni03
    @muttineni03 3 หลายเดือนก่อน

    Great scenario, thank you!! more scenarios with different services please. i have a question do we need to have connect and disconnect api separately in web socket api gateway?

    • @lovetocode4486
      @lovetocode4486 3 หลายเดือนก่อน

      Hey Mate, Yes, need two routes for "connect" and "disconnect". Those are default routes

  • @CodingSupport910
    @CodingSupport910 3 หลายเดือนก่อน

    awesome! . can you make a video on how we can allow query parameters in api gateway http api ? no one made updated video on that one , really appriciated!

    • @lovetocode4486
      @lovetocode4486 3 หลายเดือนก่อน

      Hi Mate, Thanks for the comment. Sure, I will try my best to make a video on http api. 👍👍

  • @elClubdelas7Cifras
    @elClubdelas7Cifras 3 หลายเดือนก่อน

    completed

    • @lovetocode4486
      @lovetocode4486 3 หลายเดือนก่อน

      Thanks mate 👍👍

  • @DevOps-AWS55
    @DevOps-AWS55 3 หลายเดือนก่อน

    Nice Intro to Lambda

    • @lovetocode4486
      @lovetocode4486 3 หลายเดือนก่อน

      Thanks mate 👍👍

  • @rustamatakishiyev1830
    @rustamatakishiyev1830 3 หลายเดือนก่อน

    Excellent 🙏

    • @lovetocode4486
      @lovetocode4486 3 หลายเดือนก่อน

      thanks mate 👍👍👍

  • @supercrypta3521
    @supercrypta3521 3 หลายเดือนก่อน

    I'm using proxy integration Is it possible to add custom header on all responses without change the lambda source code?

  • @yuktasingh986
    @yuktasingh986 3 หลายเดือนก่อน

    loved it

    • @lovetocode4486
      @lovetocode4486 3 หลายเดือนก่อน

      Cool. Thank mate 👍👍

  • @elClubdelas7Cifras
    @elClubdelas7Cifras 3 หลายเดือนก่อน

    fully completed

    • @lovetocode4486
      @lovetocode4486 3 หลายเดือนก่อน

      Great 👍 👍👍

    • @elClubdelas7Cifras
      @elClubdelas7Cifras 3 หลายเดือนก่อน

      @@lovetocode4486 hi i have problems with calling Rekoginition service am getting this error Error occurrred. An error occurred (InvalidS3ObjectException) when calling the DetectText operation: Unable to get object metadata from S3. Check object key, region and/or access permissions. specifically in the section: def get_detected_text_list( bucket, key): print('reached', bucket, key) response = {} client = boto3.client('rekognition', "us-east-1") response = client.detect_text(Image= { 'S3Object': { 'Bucket': bucket, 'Name': key } i think it is because my s3 and lamdas are in different region than rekognintion : us-east-1 sadly there is no rekognition for sa-east-1 which is the region where i have all the other services -- am gonna try that already solved cors and public s3 issues

    • @elClubdelas7Cifras
      @elClubdelas7Cifras 3 หลายเดือนก่อน

      in my case, i have watched already several videos from you already and have all notifications on thanks for all @@lovetocode4486

    • @elClubdelas7Cifras
      @elClubdelas7Cifras 3 หลายเดือนก่อน

      so the issue i mentioned is solved problem was to mix regions

    • @lovetocode4486
      @lovetocode4486 3 หลายเดือนก่อน

      Sorry for delay reply. Seems that you already figured out the issue. Thanks for all the comments @elClubdelas7Cifras