Getting Started with Serverless Framework

Поделиться
HTML-код
  • Опубликовано: 24 авг 2024
  • This Webinar is for developers who are looking for a point of entry with Serverless Framework.
    What we'll cover:
    - Quickly getting up and running with a deployed REST API
    - What is Serverless Dashboard?
    - What you'll need to get deployed.
    By the end, you'll have two end points that are production ready and are fully redundant in AWS across three Availability Zones and fully load balanced. Ready to receive the traffic you want to throw at it without the associated bill of infrastructure sitting around waiting to be used.
    Featuring:
    Gareth McCumskey - Developer Advocate at Serverless

Комментарии • 13

  • @alexgochenour8740
    @alexgochenour8740 2 года назад +1

    Brillliant! I needed a refresher on how to create a Serverless project and this hit the spot. Thanks!

  • @ramzio9155
    @ramzio9155 2 месяца назад

    closing the vs code update was sooo satisfying 😅

  • @stevegreen3442
    @stevegreen3442 Год назад

    Many thanks for this, really great refresher for me.

  • @donaldwu2792
    @donaldwu2792 2 года назад +1

    great intoduction of sls!

  • @robertobaez5603
    @robertobaez5603 2 года назад +1

    This is similar to Serverless Application Model (SAM). This is exclusively for AWS though.

  • @lu408
    @lu408 2 года назад

    Depends on how you make the request (I used Thunder of VS Code), you might need to change the createCustomer() parsing to directly: `const body = JSON.parse(event.body);`

  • @bencollins651
    @bencollins651 2 года назад

    Useful video but hard to see the code when watching on my iPad. Maybe up the font size next time?

  • @johnjackson6262
    @johnjackson6262 Год назад

    Having a lot of trouble getting serverless api authenticated, especially using aws-amplify-serverless-plugin ... too difficult (or fragile) for front end engineer who knows nothing about cognito, userPools, ect.

  • @stannylou1636
    @stannylou1636 Год назад

    Great content, I use VS code, why do you use codium?

  • @donutrangerr
    @donutrangerr 2 года назад

    I'm stuck on the createCustomer. Everytime I sent a request to create I immediately get an "internal server error". Any ideas why?

  • @privymassage3458
    @privymassage3458 2 года назад

    Hello, thanks for the video much appreciated. Wanted to ask, What version of serverless framwork are you using?

    • @Serverless
      @Serverless  2 года назад

      Hi Privy, we are using Serverless Framework V3. Here is the complete instructions on how you can upgrade from V2 if you haven't yet! www.serverless.com/framework/docs/guides/upgrading-v3

  • @testtestman2355
    @testtestman2355 2 года назад

    shit is defaulting to tencent serverless I need AWS, ENV variable is not working