LoveToCode
LoveToCode
  • 37
  • 317 347
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
มุมมอง: 1 294

วีดีโอ

AWS Lambda VERSIONS and ALIAS
มุมมอง 9378 หลายเดือนก่อน
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)
มุมมอง 6578 หลายเดือนก่อน
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
มุมมอง 1.1K9 หลายเดือนก่อน
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)
มุมมอง 2.3K9 หลายเดือนก่อน
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.2K10 หลายเดือนก่อน
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)
มุมมอง 2.1K10 หลายเดือนก่อน
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)
มุมมอง 3.7K11 หลายเดือนก่อน
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
มุมมอง 1.5K11 หลายเดือนก่อน
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
มุมมอง 18K11 หลายเดือนก่อน
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
มุมมอง 250ปีที่แล้ว
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
มุมมอง 3.2Kปีที่แล้ว
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)
มุมมอง 37Kปีที่แล้ว
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)
มุมมอง 6Kปีที่แล้ว
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)
มุมมอง 16Kปีที่แล้ว
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)
มุมมอง 2Kปีที่แล้ว
DynamoDB index (Global index and Local Index) (NEW)
AWS API Gateway with API Key / Usage Plan (LATEST)
มุมมอง 10Kปีที่แล้ว
AWS API Gateway with API Key / Usage Plan (LATEST)
Secure API Gateway using Cognito Authorizer (NEW)
มุมมอง 45Kปีที่แล้ว
Secure API Gateway using Cognito Authorizer (NEW)
Secure API Gateway using Lambda Authorizer (NEW)
มุมมอง 26Kปีที่แล้ว
Secure API Gateway using Lambda Authorizer (NEW)
AWS S3 crash course, AWS S3 tutorial
มุมมอง 4.4Kปีที่แล้ว
AWS S3 crash course, AWS S3 tutorial
AWS IAM Crash course, AWS IAM Tutorial, IAM Deep dive
มุมมอง 17Kปีที่แล้ว
AWS IAM Crash course, AWS IAM Tutorial, IAM Deep dive
AWS ECR image scanning using Python, AWS ECR tutorial
มุมมอง 2.7Kปีที่แล้ว
AWS ECR image scanning using Python, AWS ECR tutorial
Sumo Logic sends alert to SLACK , Sumo Logic SLACK integration
มุมมอง 2.4K2 ปีที่แล้ว
Sumo Logic sends alert to SLACK , Sumo Logic SLACK integration
AWS SNS with Slack WITHOUT AWS Lambda
มุมมอง 16K2 ปีที่แล้ว
AWS SNS with Slack WITHOUT AWS Lambda
AWS Textract tutorial, Extract Forms, Tables from Image using Python
มุมมอง 21K2 ปีที่แล้ว
AWS Textract tutorial, Extract Forms, Tables from Image using Python
AWS SQS (Standard VS FIFO) for beginners
มุมมอง 1.6K2 ปีที่แล้ว
AWS SQS (Standard VS FIFO) for beginners
AWS EventBridge with Shopify, Custom events
มุมมอง 6K2 ปีที่แล้ว
AWS EventBridge with Shopify, Custom events
AWS lambda triggers, integrations, AWS Lambda function, AWS Lambda tutorial for beginners
มุมมอง 6K2 ปีที่แล้ว
AWS lambda triggers, integrations, AWS Lambda function, AWS Lambda tutorial for beginners
AWS SQS + Lambda + SES
มุมมอง 3.8K2 ปีที่แล้ว
AWS SQS Lambda SES
AWS SQS + Lambda + DynamoDb Step by Step
มุมมอง 9K2 ปีที่แล้ว
AWS SQS Lambda DynamoDb Step by Step

ความคิดเห็น

  • @abch6598
    @abch6598 9 วันที่ผ่านมา

    yes brother said right that most of the video on api gateway is obselete

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

    Best video on API Gateway ever. Excellent explanation.

  • @haidersyed6554
    @haidersyed6554 21 วันที่ผ่านมา

    Authorization*

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

    I try this but i did not get the aws sns url confirmation in my slack

  • @ballajaisheel1120
    @ballajaisheel1120 26 วันที่ผ่านมา

    can u please tell me how to merge cells using python by aws textract api

  • @joetrades2472
    @joetrades2472 29 วันที่ผ่านมา

    Great video, how do I consume it outside aws?

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

    Wonderful video. But I think you guys should cover singel user details api also what I mean is user/{id} This video is basic

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

    Wonderful lecture .Thanks

  • @HuyNguyenDuc-z8h
    @HuyNguyenDuc-z8h หลายเดือนก่อน

    thanks you

  • @dr.jeevanbala7896
    @dr.jeevanbala7896 หลายเดือนก่อน

    Nicely Explained!!

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

    very easily explained. thanks bro

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

    Hi ! I have tried working out the solution as you have done. I am getting empty values in my postman response for header. As I understand this is a Lambda non proxy integration. So as per my understanding, unless I use a mapping template in my integration response, I will get blank values in postman response for header values (Accept, Accept-Encoding, Cache-Control, X-forwarded-for etc. ) Any feedback or comments would be most welcome. Thanks

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

    I am not getting any options for workflow that you have shown in 1:58. Is it something comes with Pro account?

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

      Yes, you need to have a pro account. You can request 30 days trial pro subscription for try out this. Thanks

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

    Good video tutorial. Perfect mixture of theory and practical

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

    :D

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

    Thank you, great tutorial video. Could you please share the source code for the Lambda functions for the tutorial? Thanks

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

    You still need to create shopify webhook after the event bridge & shopify app were created.

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

    Nice!!!!!!!

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

      Thanks mate 👌

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

    Hello sir, It's a nice video. But I need to know how to do Role-Based Access Control (RBAC). Do you have any suggestions? thanks!

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

    What will happen if we give a reserved concurrency as 1 for a lambda function. Will it only spin up one execution environment and queue the other subsequent requests?

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

      It will spin 1 env in advance. If multiple requests come in the same second, it will spin more on demand lambda instances to serve. It won’t queue but other request will have cold-starts.

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

      What if my unreserved concurrency is 100? Will it spin up 200 lambda instances if needed?

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

    suppose I have 250 million of records , how much time will it take to read from DynamoDB using python boto3 ?

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

      Seems you want to read all. If that is the case, you have to scan whole table. The speed depends on the read/write capacity. As far as you set the read/write capacity to on-demand, then you don’t have throttles. Assuming you have enable on-demand on read/write capacity, for one of our case, 1 million records in 15 minutes. Best way is that run for 15 minutes and check how many records are processed. Hope that helps.

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

    Does not work as of September 25, 2024, as you must have slack pro to do workflows

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

      Thanks for the verification mate

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

    Love this little man so much

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

      Thanks mate. 🤞🤞🤞

  • @mr.biriyani8915
    @mr.biriyani8915 3 หลายเดือนก่อน

    hello my question is how do you include the token in the post request could you please explain

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

      The token is part of the header. It doesn’t matter whether it is GET or POST.

    • @mr.biriyani8915
      @mr.biriyani8915 2 หลายเดือนก่อน

      @@lovetocode4486 my requirements were different I needed to validate token sent via mail , I added a query string parameter that allowed me to correctly send the token via the link in the post request , I am not good at explaining but this is how it worked

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

    Great Video! Helped me so much, Is there a Github Link?

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

    #Really helpful, Keep up the good work! :)

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

    Very good explanation

  • @Sushama-h8o
    @Sushama-h8o 3 หลายเดือนก่อน

    Jjj

  • @99.googolplex.percent
    @99.googolplex.percent 4 หลายเดือนก่อน

    Thanks! I was having trouble with publish not working, even after trying over 200 times! 😅 There wasn't much information in the AWS JavaScript v3 docs, but your video helped me get it right.

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

      Great to hear that helps. Thanks 🙏

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

    Excellent

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

    next time when u do demos pls use dont use dark mode. cant see anything clearly

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

      Really appreciated your comment. It is best comment to improve. Thanks

  • @leandro-cosas
    @leandro-cosas 4 หลายเดือนก่อน

    Very good! Thanks for sharing ;)

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

      Thanks mate 👍👍

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

    Thanks for sharing this!

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

    it helps me a lot!! Ty!

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

      Great to hear 👍👍👍👍

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

    Hi, I am completely new to AWS and APIs ..does this course help beginner like me ? Does this cover things like design principles , CRUD operations etc ? Thanks in advance

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

      Hi mate, this video gives beginners to advance knowledge of AWS api gateway and best practices of using api. thanks

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

    You good at explaining bro, keep up the good work.

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

    Images not uploading in to the s3 bucket, all credentials, bucket name, region checked properly. Pls suggest

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

    Is the sumo logic endpoint publicly accessed if we directly hit?

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

      Yes, sumogic endpoints are public. Try with postman like clients

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

    hello, can I use it with theg.sheet api connector module?

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

      Hey mate, As far as that support http, then yes.

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

      @lovetocode4486 I'm not sure I understand, could you recommend a link where I can read more explanations

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

      @@lovetocode4486 hello I don't understand anything about appscript, the code, to integrate the API of my seller central so I would like to use the module API connector, do you know it? Could I import information to calculate my margins automatically? can I send you an email ?

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

    Can you show - How will add authentication and authorization to this ?

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

      Hey mate, there are couple of ways to add auth to api gateway. This is one way using Cognito: th-cam.com/video/9crTLAT_4uY/w-d-xo.html Other way is using Lambda authoriser: th-cam.com/video/rRQbVJhlpC4/w-d-xo.html

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

    Please create a project using Nodejs Express Api Gateway and Lambda function with dynamo db, and aws cognito for authentication, and then deploy it using aws code pipeline. Not a single person on youtube is doing a whole project like this, so it will be really helpful to warch fhize

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

      Thanks for the comment mate. I will give a shot on your feedback. There are few full projects are in the pipeline.

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

      @@lovetocode4486 loved to hear that, Btw great video

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

    When I hit commercials I jump back because my volume is turned up so high...

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

      Sorry mate, I didnt get you

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

    and in what lambda memory the data from outside the handler is stored ?

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

      There is only one memory for lambda function which is "General configuration" => "Memory"

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

    is there information in the cloudwatch log about shutdown ?

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

      It doesnt show in cloudwatch. BTW "Lambda Insights enhanced monitoring" under "Monitoring and Operational Tool" gives more insights of the lambda execution

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

    it doesn't work for me sadly

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

      Do you see any error?

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

    Hi, thanks for the video! I need your assistance please, how can I reach you?

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

      Hey ate, drop an email to here johnsonp908060@gmail.com

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

    What do you think about Stacktape?

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

      Sorry mate, I dont have any hands-on experience with Stacktape. :(

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

    Getting error in code Have sent the cloud watch logs. Pl check your mail . Any help on the error will be appreciated

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

      Sure, what is the email you sent to?

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

      @@lovetocode4486 any update on the error?

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

    bonjour Est-ce que vous utilisez également les GPT avec action ? NEW : I would like to sell jewelry on several platforms, I would need to use SEO software per platform ? One for Amazon, one for ebay...? And if not, do you use no code software and APIs? I try to understand the differences between custom GPT, chrome and WordPress extensions, automation software like browser automation studio and make I had an idea of ​​creating an SEO and image editing but I don't know how to go about it I thought of several solutions either with make or by creating a Chrome or WordPress plugin or by using a existing plugin but I don't think it exists to do what I want or even with a custom GPT seo: OK and what do you think about rank math? I understand that this extension allows me to scan my pages and find the keywords to replace, from my back end, have I understood correctly? And I also understood that this does not allow me to ask it to scan my entire website? I mean if I understood correctly it scans the pages but one by one and I have to do everything by hand? This is why I wondered if I could not create an extension to which I would give the URL of my website and have it scan all the pages and tell me which keywords to replace And I even wondered if I wouldn't be able to make a robot with custom GPT or even with no code software like make in the case where an extension wouldn't be able to allow me to do it, does this idea seem good to you? do you also create chrome or WordPress extensions? I'm asking you this question because I'm trying to understand what I could do with custom GPT, could I do more with a chrome WordPress extension? Does it exist or not and finally what more can I do with it? make compared to its other methods Amazon, jungle scout I would like to use the jungle scout api but at the moment I am looking into the subject of artificial intelligence and I realized that there are several ways to use APIs and so I would like to try first to understand what is the difference between using the jungle scout api in a dent custom gpt action and I realized that I can also use the JS api in a make scenario Could you tell me what the difference is, what could I get, using either of these two methods? And also with the Amazon API? I understand that Amazon has several APIs? Do you also sell on several marketplaces? could you give me your opinion could I send you an email

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

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

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

      @@lovetocode4486 great I try to understand the differences between custom GPT, chrome and WordPress extensions, automation software like browser automation studio and make I had an idea of ​​creating an SEO and image editing but I don't know how to go about it I thought of several solutions either with make or by creating a Chrome or WordPress plugin or by using a existing plugin but I don't think it exists to do what I want or even with a custom GPT seo: OK and what do you think about rank math? I understand that this extension allows me to scan my pages and find the keywords to replace, from my back end, have I understood correctly? And I also understood that this does not allow me to ask it to scan my entire website? I mean if I understood correctly it scans the pages but one by one and I have to do everything by hand? This is why I wondered if I could not create an extension to which I would give the URL of my website and have it scan all the pages and tell me which keywords to replace And I even wondered if I wouldn't be able to make a robot with custom GPT or even with no code software like make in the case where an extension wouldn't be able to allow me to do it, does this idea seem good to you? do you also create chrome or WordPress extensions? I'm asking you this question because I'm trying to understand what I could do with custom GPT, could I do more with a chrome WordPress extension? Does it exist or not and finally what more can I do with it? make compared to its other methods Amazon, jungle scout I would like to use the jungle scout api but at the moment I am looking into the subject of artificial intelligence and I realized that there are several ways to use APIs and so I would like to try first to understand what is the difference between using the jungle scout api in a dent custom gpt action and I realized that I can also use the JS api in a make scenario Could you tell me what the difference is, what could I get, using either of these two methods? And also with the Amazon API? I understand that Amazon has several APIs? Do you also sell on several marketplaces? could you give me your opinion could I send you an email

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

      @@lovetocode4486 hello, can I use it with theg.sheet api connector module?

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

      @@lovetocode4486 hello could I send you an email

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