GETTING STARTED WITH AWS SAM | AWS SAM TUTORIAL

Поделиться
HTML-код
  • Опубликовано: 18 сен 2024
  • What is AWS SAM? How to get started with SAM CLI? How to create your first serverless project?
    ★★ README / OPEN ME ★★
    ⭐ SUBSCRIBE TO THIS CHANNEL: bit.ly/foobar-y...
    ⭐SHARE THIS VIDEO: • GETTING STARTED WITH A...
    ⭐VIDEO EN ESPAÑOL: • 🐿️ INTRODUCCION A AWS ...
    ☆☆ ABOUT THIS VIDEO ☆☆
    In this video, we talk about what is AWS SAM? Why to use it? Then I show you how to use the SAM CLI to create a serverless application with 3 Lambda functions and a DynamoDB table.
    SAM is a tool used to deploy your infrastructure right in the comfort of your command line. Learn how to set up SAM and how to use it to deploy to AWS in this hands-on tutorial video.
    Previous episode: • GETTING STARTED WITH A...
    - Getting started with AWS Lambda and CDK: - • SIMPLEST SERVERLESS AP...
    - Getting started building serverless apps with AWS Amplify: • ☁️ FULL STACK APP DEVE...
    - AWS Lambda container image: • WHAT IT MEANS THE CONT...
    #foobar #serverless
    ☆☆ FOLLOW ME ONLINE ☆☆
    🐦Twitter: / mavi888uy
    📷Instagram: foobar_codes
    📚All my Serverless Courses: marcia.dev/cou...
    ✍️My blog - marcia.dev
    ☆☆ MY FAVORITE BOOKS ☆☆
    📗Steve Jobs by Isaacson, Walter: amzn.to/2GDQxtY
    📗Shoe Dog: A Memoir by the Creator of NIKE by Knight, Phil: amzn.to/2RKy4lJ
    📗Sapiens: A Brief History of Humankind by Harari, Yuval Noah: amzn.to/2GHni9J
    📘Full-stack serverless by Nader Dabit: amzn.to/3ep2qUV
    📘Learn Amazon SageMaker by Julien Simon: amzn.to/37X0q4R
    📘Site reliability engineer by Niall Richard Murphy: amzn.to/32gEoqj
    📘The Software Craftsman by Mancuso, Sandro: amzn.to/2uOLQuI
    📘The Phoenix Project by Kim, Gene: amzn.to/2uNIS9Y
    📘Clean Code by Uncle Bob: amzn.to/36LDGAo
    📘Refactoring: Improving the Design of Existing Code by Martin Fowler: amzn.to/2RKLsqd
    📘Building Microservices by Sam Newman: amzn.to/36GItmJ
    ☆☆ ABOUT FOOBAR ☆☆
    In this channel, you can find mostly coding tutorials related to cloud and serverless.
    In addition, I like also talking about architecture, software design, motivation, and leadership.
    There is a new video every Tuesday, so stay tuned :)
    Recording equipment:
    📹Camera: amzn.to/36On0bE
    📷Webcam for interviews: amzn.to/34qRH8z
    📱Phone: amzn.to/2GDOTsq
    🎤 Microphone: amzn.to/36JMWFw
    🎤Microphone for interviews and voice-overs: amzn.to/3mCsfTy
    🔭 Tripod: amzn.to/2tifxEb
    💡Main light: amzn.to/3p88Zza
    💡Key light: amzn.to/3aAdOgN
    If you want to create a podcast and host it in the same platform that I do check this link: www.buzzsprout...
  • НаукаНаука

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

  • @gastond7277
    @gastond7277 3 года назад +2

    I love your tutorials, every time i watch them they inspire me to build more and more things. Thank you very much!!

  • @dond3lta
    @dond3lta 3 года назад +3

    Hey, I would love to see a video about AWS SAM with typescript :))

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

    I love your work, easy-to-follow tutorials, and infectious personality!

  • @anaskhan9977
    @anaskhan9977 3 года назад +1

    Please upload more videos of complex projects for AWS serverless SAM. such as creating CRUD APIs or image uploading service to s3 bucket. great content

  • @manqobadlamini2207
    @manqobadlamini2207 3 года назад +1

    Great tutorial as always. Would be great if you could show us an "integration video". SAM + AWS Amplify and also CDK. Complex projects need a combination and knowing how to combine them is critical

    • @foobar_codes
      @foobar_codes  3 года назад +1

      Yes that is coming in the future, i'm working on the demos and a presentation about those topics now. So it will be coming in future weeks.

  • @jl_woodworks
    @jl_woodworks 3 года назад

    Great content! Couldn't help to notice the way you pronounce the J. I would assume you're from Argentina, but I've been wrong before! Your channel is awesome!

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

    testing should be done everywhere .... even on cloud :D

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

    Hi thanks for video can share repo for implementation.

  • @federicoiglesias4233
    @federicoiglesias4233 3 года назад +1

    Excelente!! Te dejo una consulta, hasta ahora he utilizado Serverless Framework, crees que podría reemplazarlo con SAM ?

    • @foobar_codes
      @foobar_codes  3 года назад +1

      en mucho casos si, depende de lo que estes haciendo con Serverless Framework. Pero si solo usas AWS, no deberia haber problema.

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

    When it comes to java , SAM had a problem altough it's based on maven, because it does not support multi maven projects, so if you have shared code, and thinking about lambda layers for code reuse you have problems

  • @pedritobuadi9468
    @pedritobuadi9468 3 года назад

    Thanks

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

    Nice video. How to deploy SAM to 10 different regions?

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

    Is iT possible to use a named set of credentials from AWS CLI instead of default ?

  • @juliocesarmoreno4246
    @juliocesarmoreno4246 3 года назад +1

    Primero en comentar jejeej.
    Buen vídeo, en mi trabajo estoy utilizando SAM.
    Realmente soy muy nuevo y quiero aprender mucho más

    • @foobar_codes
      @foobar_codes  3 года назад

      mi canal esta lleno de videos de sam, casi todos los del ultimo año y medio son con sam

  • @rmuchala
    @rmuchala 10 месяцев назад

    Please show us how to do