SST in 100 seconds

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ต.ค. 2024
  • SST serverless stack is an open-source infrastructure-as-code tool for building on AWS with TypeScript. Learn how to easily manage resources on AWS and handle deployments for JS frameworks like Next.js, Astro, Svelte, and more.
    #webdevelopment #javascript #100secondsofcode
    💬 Chat with Me on Discord
    / discord
    🔗 Resources
    SST on GitHub github.com/ser...
    SST Docs sst.dev
    50 AWS services explained • Top 50+ AWS Services E...
    Serverless was a mistake • Serverless was a big m...
    🔥 Get More Content - Upgrade to PRO
    Upgrade at fireship.io/pro
    Use code YT25 for 25% off PRO access
    🎨 My Editor Settings
    - Atom One Dark
    - vscode-icons
    - Fira Code Font
    🔖 Topics Covered
    - How to build serverless apps on AWS
    - What is Amazon Web Services?
    - What is IaC infrastructure-as-code
    - Deploying Next.js to AWS lambda
    - Deploying SvelteKit to AWS lambda
    - SST quickstart tutorial

ความคิดเห็น • 611

  • @GBGinmyheart
    @GBGinmyheart ปีที่แล้ว +3510

    How to accidentally spend your life savings on Cloud Infrastructure in 100 seconds.

    • @MaulikParmar210
      @MaulikParmar210 ปีที่แล้ว +187

      The same is true for all other infra as code solutions. You have too much power on a single file :)

    • @dev_time
      @dev_time ปีที่แล้ว +16

      Totally

    • @stephenpettus1928
      @stephenpettus1928 ปีที่แล้ว +8

      lmaooo

    • @AlainBoudard
      @AlainBoudard ปีที่แล้ว +1

      Pretty fun comment 😅

    • @timg2655
      @timg2655 ปีที่แล้ว +36

      My biggest fear!

  • @brunoggdev6305
    @brunoggdev6305 ปีที่แล้ว +863

    That's actually pretty awesome. Will we get a beyond 100s or something on this?

    • @wizard-pirate
      @wizard-pirate ปีที่แล้ว +21

      Likely on beyond fireship if anywhere

    • @CorneliusCorndogJr
      @CorneliusCorndogJr ปีที่แล้ว +15

      @@wizard-pirateno he has done beyond 100 seconds in his own 100 seconds videos

    • @uziboozy4540
      @uziboozy4540 ปีที่แล้ว

      Pulumi is even better 😂

    • @jerrystone3173
      @jerrystone3173 ปีที่แล้ว +2

      ​@@uziboozy45401:31

    • @jpb77br
      @jpb77br ปีที่แล้ว +3

      A full-stack app tutorial I made last year using SST: th-cam.com/video/-845vxcf3dA/w-d-xo.html

  • @cpemby
    @cpemby ปีที่แล้ว +51

    Perfect! I was looking for a faster way to lose all my money!

    • @everyhandletaken
      @everyhandletaken ปีที่แล้ว

      AWS already takes care of that pretty well 😂

  • @CuteTechGuy
    @CuteTechGuy ปีที่แล้ว +5

    Be careful about the AWS bills :)

  • @miroslavisikiyski4876
    @miroslavisikiyski4876 ปีที่แล้ว +2

    yeah, let's add another framework and abstraction over the absurdly over engineered and tedious SDKs of amazon...

  • @julianulquiorra4878
    @julianulquiorra4878 ปีที่แล้ว +49

    While it seems nice, I would prefer to use AWS CDK before I use this. Don't know why I should use another abstraction layer... CDK already has some drawbacks where escape hatchets are needed to do everything Cloudformation could do. SST will probably be a nightmare if you want to do something that is not supported.
    And to be honest if CDK is too hard for you, you should probably not deploy to AWS... It is important to know what is deployed and how it is configured to not wake up to bills beyond your imagination.

    • @parkerhranicky6186
      @parkerhranicky6186 ปีที่แล้ว +18

      You can import any cdk native construct into a SST stack. I have lots of custom cdk constructs baked right into my SST stacks. So when sst doesn’t support something you can just revert to cdk. Also In my opinion the development experience is way better using SST which was my main reason for moving some of my projects over to sst.

    • @teamvashmmo3218
      @teamvashmmo3218 ปีที่แล้ว +13

      SST is faster, you use live lambda development to run your lambas locally with 10ms updates. You can bind resources to make the IAM policies connect without having to write all the boilerplate and you can always drop down to the CDK level whenever you want. CDK is made for deploying your infrastructure in the cloud, SST lets you do that PLUS makes it easier to build a full stack app (connect your front end and back end etc)

    • @thomasp3428
      @thomasp3428 ปีที่แล้ว

      I was using SST before, moved to CDK since they have level 2.
      I’m surprised this framework still exists.

    • @arpadgabor
      @arpadgabor ปีที่แล้ว +3

      Sst can use any cdk constructs with no problems, it only adds stuff over cdk that makes it even better

  • @ivan.angulo
    @ivan.angulo ปีที่แล้ว +201

    I am impressed with how well these tools can abstract the architecture. It's what AWS SAM fell short of. It's funny how almost all are JS based, as Serverless-Framework, despite that Go and Python SDK for AWS are also very robust.

    • @illustris.
      @illustris. ปีที่แล้ว +37

      Full-stack devs eating good when they don't have to write and manage code in anything other than JS/TS

    • @amogus3023
      @amogus3023 ปีที่แล้ว +9

      A large part of it is purely due to TypeScript having good support for static analysis + the pre-existing ecosystem. Python does finally have real type hint support since a few versions ago, but it's still years behind in capabilities.

    • @Miles-co5xm
      @Miles-co5xm ปีที่แล้ว +2

      go sucks, go with rust

    • @shadmansudipto7287
      @shadmansudipto7287 ปีที่แล้ว +1

      ​@@amogus3023 python devs think that types are evil

    • @alooooooola
      @alooooooola ปีที่แล้ว +1

      @@Miles-co5xm agree

  • @nielskersic328
    @nielskersic328 ปีที่แล้ว +219

    If you’re not (just) into AWS, Pulumi is pretty cool too. Although I prefer Terraform myself

    • @allinvanguard
      @allinvanguard ปีที่แล้ว +23

      I was also going to mention this. I'm not sure why I would use SST over Pulumi if it is more generalistic and more flexible

    • @Jonathan1234000
      @Jonathan1234000 ปีที่แล้ว +5

      I really like crossplane, because then I can manage everything in kubernetes

    • @uziboozy4540
      @uziboozy4540 ปีที่แล้ว +10

      ​@@Jonathan1234000 why would you want to manage everything in Kubernetes? 😂😂😂

    • @greendsnow
      @greendsnow ปีที่แล้ว +28

      The things I learn from the comments section...

    • @onemaninaboat
      @onemaninaboat ปีที่แล้ว +16

      @@uziboozy4540 To a man with a hammer, everything looks like a nail...🤦😀

  • @EngineeringLife0
    @EngineeringLife0 ปีที่แล้ว +36

    Last time I was this early, react was actually useful

    • @orvvro
      @orvvro ปีที่แล้ว +2

      Wait, so I shouldn't learn React?

    • @wisdomelue
      @wisdomelue ปีที่แล้ว

      @@orvvrodon’t let anyone on the internet change your mind bro

    • @zirgaoec3784
      @zirgaoec3784 ปีที่แล้ว

      ​​​@@orvvro React was great in its time, and has been the backbone and inspiration for many new and better frameworks/librairies, but today many people consider it a shitshow that should be avoided if possible for something better.
      You can still learn it, it's still useful, but there are definitely better alternatives out there now

    • @justahumanwithamask4089
      @justahumanwithamask4089 ปีที่แล้ว

      ​@@wisdomelueFuck but I need a job and react is still popular

    • @EngineeringLife0
      @EngineeringLife0 ปีที่แล้ว

      @@orvvro yes learn react it’s still popular and strong but you should also learn next.

  • @GiladLeef-x9o
    @GiladLeef-x9o ปีที่แล้ว +2

    You mean awful web services?

  • @JamesSmith-cm7sg
    @JamesSmith-cm7sg ปีที่แล้ว +13

    The easier something is to spin up the more magic happens behind the scenes and the greater chance it will become a headache

    • @BboyKeny
      @BboyKeny ปีที่แล้ว +5

      Yeah with raw AWS it takes ages to correctly set something up and by that time you're used the headache.

    • @JamesSmith-cm7sg
      @JamesSmith-cm7sg ปีที่แล้ว +1

      ​@@BboyKeny
      This isn't true.

  • @never404s3
    @never404s3 ปีที่แล้ว +2

    Amazing, my least favorite part of AWS going on AWS so glad we can skip that part.

  • @FreehuntX93
    @FreehuntX93 ปีที่แล้ว +2

    Sad its just for aws.

  • @sarimjanjua3523
    @sarimjanjua3523 ปีที่แล้ว +139

    Pretty cool option if you're only using AWS. Personally, we use Pulumi at my company since it also allows us to write our Kubernetes infrastructure in addition to AWS pretty easily. And it's also capable of working with other cloud services as well. Maybe a future video on Pulumi? 👀

    • @IronJmo
      @IronJmo ปีที่แล้ว +4

      I just recently started using Pulumi and I love it.

    • @thatguyjc
      @thatguyjc ปีที่แล้ว +3

      Nitric is similar to SST, but built on Pulumi and with support for multiple languages and clouds. I'd be curious on your oppinions if you have time to check it out

    • @sungjuyea4627
      @sungjuyea4627 ปีที่แล้ว +3

      Oh this looks so nice. I was thinking of using terraform but it seems like pulumi is more light weighted and easier to use than terraform.

    • @Modzybear
      @Modzybear ปีที่แล้ว +1

      @@sungjuyea4627 For writing your own IaC packages to self manage, yes. You won't get all the off-the-shelf modules that exist in the Terraform community.

  • @ciubakka415
    @ciubakka415 ปีที่แล้ว +2

    Doesn't AWS CDK do this exact thing? I've tried SST and I see it as a layer over CDK.

  • @叵
    @叵 ปีที่แล้ว +5

    Let's get him to 3M, he deserves it!

  • @oxygenplug
    @oxygenplug ปีที่แล้ว +22

    Used SST like 3 years ago for some cron jobs and it made my life so easy! Love it

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

      its from 2022, you liar

  • @teamvashmmo3218
    @teamvashmmo3218 ปีที่แล้ว +43

    Started using SST a week ago, absolutely loved their full stack guide, caught me up on everything I needed to know. Now building my website and SST makes it so much easier and faster to work with your AWS resources and get the front and backend to connect together. Highly recommend!

    • @liamlouw4643
      @liamlouw4643 ปีที่แล้ว +4

      What are your cost predictions? IaC tends to add a lot unnecessary costs for a minimal solution.

    • @teamvashmmo3218
      @teamvashmmo3218 ปีที่แล้ว +6

      @@liamlouw4643 IaC just spins up resources, you just pay for what you use as usual. I've still paid $0, comletely within the free tier right now while developing.

    • @eekrain
      @eekrain ปีที่แล้ว +1

      yup, i only spent 0.5$ because of the custom domain thing needed to use aws hosted zone in Route 53, my lambda, s3, etc for the backend and fronted is still on their free tier. people seems to be scared off using sst, but they just never tried it

    • @amackzie
      @amackzie ปีที่แล้ว +1

      how is it different from aws cdk? what does it bring to the table?

    • @teamvashmmo3218
      @teamvashmmo3218 ปีที่แล้ว

      @@amackzie
      aws cdk is just infrastructure as code for aws, whereas SST is IAC and also helps connect your frontend and backend. It's a powerhouse, letting you build a full stack app in AWS with the entire flow covered.
      also it has live lambda development - you can test your lambdas locally form your PC so you're not charged for the whole runtime in aws, it connects your aws account and your local environment so you're still making requests to/from aws but the code runs locally so you still test it with the iam policies etc. Better than SAM as it was 10 ms updates for those lambas instead of 1-2 seconds to upload to lambda.

  • @Primoh
    @Primoh ปีที่แล้ว +4

    So.. a JavaScript "framework" to simplify deploying JavaScript frameworks (onto AWS).

  • @vaisakh_km
    @vaisakh_km ปีที่แล้ว +3

    Guys.... don't forget... it support LOOPS and RECURSION :)

  • @robertdelacafet1464
    @robertdelacafet1464 ปีที่แล้ว +9

    I love how there is a framework for everything, you have to learn new way to do stuff for every small functionnality. And that in the end you may need another framework to help to blend two distinct framework together as not any of them do everything but is a mess to use

  • @cyberlord64
    @cyberlord64 ปีที่แล้ว +2

    Before SST: "Shit... This bug has cost me my entire day"
    After SST: "Shit... This bug has cost me 200K in AWS bills"

  • @MattWyskiel
    @MattWyskiel ปีที่แล้ว +10

    I’ve been using SST for years now. Very dependable (thanks to CDK) and incredibly fun to use!

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

      Do you need AWS knowledge?

  • @tmilesp
    @tmilesp ปีที่แล้ว +3

    Isn't this what terraform is designed to do? It feels like reinventing the wheel using a different language. No problem with it though as it makes the entry barrier lower

  • @realcameron
    @realcameron ปีที่แล้ว +5

    wow this looks a lot easier than dealing with the clusterfuck of inconsistency that is cloudformation

  • @shubedobedo
    @shubedobedo ปีที่แล้ว +9

    Would love to see a full svelte build in a longer form video

  • @lukcicPL
    @lukcicPL ปีที่แล้ว +5

    Reinventing the wheel... AWS has something called CDK which works exactly the same way. I'm sure that CDK has more services supported and can be written in different languages. And what about more complex solutions where you need adjust the settings for VPC, load-balancer etc?

    • @timvaucher
      @timvaucher ปีที่แล้ว +1

      SST is literally powered under the hood by CDK 0:42. Also, if a Construct is missing in SST, you can use the ones from CDK where needed. As a CDK user, I think SST can have some very interesting use case if you are dealing with Web Apps whereas CDK is better if you are dealing with Step Functions, Batch Jobs and the like (think ML which is what we are doing the most)

    • @lukcicPL
      @lukcicPL ปีที่แล้ว +1

      ⁠@@timvauchersorry, somehow I missed this fact (0:42). So, in short recap: SST is simplifier of CDK, which is simplifier of CloudFormation, which is simplifier of AWS API? 🤔

    • @everyhandletaken
      @everyhandletaken ปีที่แล้ว +1

      @@lukcicPLI think your recap is perfect.
      It’s not a replacement, but adds quality of life & still allows you to access what lies beneath.. decent compromise

  • @maarten1012TTT
    @maarten1012TTT ปีที่แล้ว +25

    I really like all these systems for personal or smaller projects, but when I try to use them at work we almost ALWAYS revert back to terraform/cloudformation because those systems are not powerful enough or there are some small important things missing

    • @Brajgamer
      @Brajgamer ปีที่แล้ว

      That's correct. Even serverless framework falls short. Everytime we try to use these tools we always resort to Sam + cdk in the end.

    • @TheQuinn50
      @TheQuinn50 ปีที่แล้ว +7

      Atleast with this tool it's just an abstraction layer on top of CDK so you are able to write raw CDK code aswell.

  • @throwawaynyaa2616
    @throwawaynyaa2616 ปีที่แล้ว +3

    Next video idea: JDSL in 100 seconds

  • @voidbinary
    @voidbinary ปีที่แล้ว +1

    At this point I'm just amazed/sad/losing my mind - how often we make something simple become very complex so we need to simplify the complex again...which we then make complex again.
    It's literally never ending.
    With time there always is a fix for the fix for the fix for the... It's literally IT inception.
    Like damn. Remember when we got annoyed for using tables to design websites? Ha.

  • @finndyer8216
    @finndyer8216 ปีที่แล้ว +4

    You should do OCaml next!

  • @debobratapal7162
    @debobratapal7162 ปีที่แล้ว +2

    I'm gonna stuck with CDK

  • @Tista_acc
    @Tista_acc ปีที่แล้ว +5

    This is super cool. We have our own mono repo that uses CDK but it has been difficult to maintain and the developer experience has been terrible really. This solves all of that, I love it.

  • @Dvon2477
    @Dvon2477 ปีที่แล้ว +4

    SST is amazing, one of my favorite tools!

  • @vectorhacker-r2
    @vectorhacker-r2 ปีที่แล้ว +4

    We use sst at our place of work and we're in love with it!

  • @davidjozwik7382
    @davidjozwik7382 ปีที่แล้ว +1

    After AWS SAM and Amplify, I’m not holding my breath. Terraform CDK and AWS CDK are pretty nice though. Pulumi is too brittle in my experience.

  • @theohallenius8882
    @theohallenius8882 ปีที่แล้ว +2

    This is such a vendor lock, what if you decide to move away from Amazon if they kick you out for example (say your app doesn't comply with their terms or something), then your app is RIP.

  • @CodingPhase
    @CodingPhase ปีที่แล้ว

    This is really interesting

  • @EuphorGD
    @EuphorGD ปีที่แล้ว +2

    I don't even know what this is but I am watching it.

  • @soap125
    @soap125 ปีที่แล้ว +14

    Been a huge fan of this project since I found it almost a year ago! If the maintainers are reading this, great work and thank you!

  • @cleancodetutorial
    @cleancodetutorial ปีที่แล้ว +1

    What's the advantage of SST over AWS CDK?

  • @mikevaleriano9557
    @mikevaleriano9557 ปีที่แล้ว +1

    still not enough to make me touch aws again. render, railway, and others are still much more dev friendly.

  • @Nova-ul3vv
    @Nova-ul3vv ปีที่แล้ว +4

    As a cdk developer myself i love this approach and cannot wait to try it out with sveltekit

  • @Feenskee
    @Feenskee ปีที่แล้ว +1

    I was here before Dax

  • @TheGenZProgrammer
    @TheGenZProgrammer ปีที่แล้ว +6

    Awesome!

  • @Tory_Rainman
    @Tory_Rainman ปีที่แล้ว +4

    Finally a web service that I’ll actually use 😂

  • @nd_otd
    @nd_otd ปีที่แล้ว +4

    Moving from Serverless Framework to SST is a game changer for me.

    • @marcelsantee1809
      @marcelsantee1809 ปีที่แล้ว

      My main concern with serverless framework is the amount of needed permissions. Does SST fix that?

    • @nd_otd
      @nd_otd ปีที่แล้ว

      @@marcelsantee1809 I made an SPA with Lambda, DynamoDB, ApiGateway, S3 and CloudFront in SST, and I never have to touch IAM. But I think if you start making something more complex than that setup, then eventually you'll have to handle IAM, especially for the AWS services that are not directly supported by SST's abstractions.

  • @soubinan
    @soubinan ปีที่แล้ว +3

    Very good idea since we have Terraform CDK available, we can create this kind of beautiful frameworks using TS/JS, Python and many more... and not only for AWS
    Just we have to keep in mind TF CDK is not production ready and still not GA, But Pulumi seems to be a good alternative to achieve this too :)

  • @TwixtahDZN
    @TwixtahDZN ปีที่แล้ว +1

    Next on the code report: large groups of developers enter indentured servitude at Amazon after racking up five figure AWS bills.

  • @amyshaw893
    @amyshaw893 ปีที่แล้ว +1

    God I'm glad I'm not a webdev so I don't have to deal with any of this

  • @ighsight
    @ighsight ปีที่แล้ว +2

    Soooooo much better than working with Cloud Formation, and I can see how this is an evolution of working with AWS's CDK. Ability to view logs locally is a game changer.

  • @damionmurray8244
    @damionmurray8244 ปีที่แล้ว +1

    Is there anything like this for GCP?

  • @ultimatum97
    @ultimatum97 ปีที่แล้ว +1

    How is it better than the normal CDK code?

  • @MegaMech
    @MegaMech ปีที่แล้ว +1

    When is the video in JDSL?

  • @mahamadousamake1317
    @mahamadousamake1317 ปีที่แล้ว +1

    Meanwhile AWS CDK: Am i a joke for u. But seriously why? It's just an abstraction on aws cdk which is already an iac tool?

    • @jonphn
      @jonphn ปีที่แล้ว

      Yeah I dont get it, it looks exactly like CDK...

  • @shadabk96
    @shadabk96 ปีที่แล้ว +1

    So SST is a layer over CDK which is a layer over CloudFormation which is a layer over AWS Infrastructure.. Nice..

  • @anondude6361
    @anondude6361 ปีที่แล้ว +1

    F in the chat who thought he meant space simulation toolkit

  • @TechySpeaking
    @TechySpeaking ปีที่แล้ว +1

    First

  • @dhavalparekh6813
    @dhavalparekh6813 ปีที่แล้ว +4

    Simply awesome. I very well understand that it takes more efforts to explain concept in less time than making full explanation video

  • @moumnalmunawy1806
    @moumnalmunawy1806 ปีที่แล้ว +1

    Clojure next

  • @user-kt1iz4vc3x
    @user-kt1iz4vc3x ปีที่แล้ว +1

    Looks better than Pulumi

  • @duconmicro4331
    @duconmicro4331 ปีที่แล้ว +1

    So, Terraform, basically ?

  • @VeroniOnTheFlux
    @VeroniOnTheFlux ปีที่แล้ว +1

    next video Fireship in 100 seconds

  • @rich-nahra
    @rich-nahra ปีที่แล้ว +1

    CDK natively supports hot reload and streaming of relevant cloud watch logs. I like CDK a lot so excited to try SST. Damn good 100 seconds

  • @TheErer1243
    @TheErer1243 ปีที่แล้ว +1

    Why not just use CDK directly? This doesn't look any more abstracted than CDK.

  • @isaactrevino8516
    @isaactrevino8516 ปีที่แล้ว +1

    I'm actually using SST over CDK since this is the only “IaaC” that supports NextJs 13. And I am avoiding amplify since that comes with a lot of overhead.

  • @dystopiandev
    @dystopiandev ปีที่แล้ว +1

    So basically Pulumi, but limited to AWS and TypeScript?

  • @Viviko
    @Viviko ปีที่แล้ว +1

    Oh. Too bad I use GCP… which I like to think of a the AWS that makes some kinda sense instead of being a cluster of random web services.

  • @octia2817
    @octia2817 ปีที่แล้ว +1

    Blender in 100 seconds please?

  • @PeterOeC
    @PeterOeC ปีที่แล้ว +1

    There's also Pulumi, an Infrastructure as Code framework written in TypeScript.
    So you can write IaC code without learning Terraform.
    Haven't tried it out yet though.

  • @dandogamer
    @dandogamer ปีที่แล้ว +1

    Fire ship can you cover wing please, they are making a really cool product that is similar to SST but allows you to test applications locally.

  • @YashTrivedi21
    @YashTrivedi21 ปีที่แล้ว +1

    Is there anything similar for azure? ;-;

  • @Yashuop
    @Yashuop ปีที่แล้ว +4

    Claim your “here within an hour” ticket right here🏆

  • @santiagovarela5288
    @santiagovarela5288 ปีที่แล้ว +4

    Yeah, definitely I need an extended version of this

  • @krishna290gamer2
    @krishna290gamer2 ปีที่แล้ว +1

    SST?
    SOCIAL STUDIES?
    NICE!

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

    I cannot imaging you explain everything in 100s; superb!!

  • @cherubin7th
    @cherubin7th ปีที่แล้ว +1

    AWS WTF no thank you

  • @saurabh95mishra
    @saurabh95mishra ปีที่แล้ว +1

    Social Studies 😅

  • @johnnysim1985
    @johnnysim1985 ปีที่แล้ว +1

    Full tutorial!

  • @Claucker7
    @Claucker7 ปีที่แล้ว +2

    I like how I can understand 6% of what is being said and yet enjoy it

    • @everyhandletaken
      @everyhandletaken ปีที่แล้ว

      He has definitely mastered the art of making things seem easy, even when you don’t understand what he is saying 😂

    • @dipanjanghosal1662
      @dipanjanghosal1662 ปีที่แล้ว

      Yup, am very new to web dev and just starting to learn React. All of what was said in this video flew completely over my head lol

  • @nefrace
    @nefrace ปีที่แล้ว

    That sounds interest...
    *"AWS"*
    ... well I guess that's a nope for me.

  • @ouss
    @ouss ปีที่แล้ว +1

    Do Convex next

  • @ant.nguyen1994
    @ant.nguyen1994 ปีที่แล้ว +1

    rip Vercel

  • @erchandra
    @erchandra ปีที่แล้ว

    Man what about cost?
    If you push every local dev build to AWS, then AWS cost a lot. Or they will not charge for dev run?

  • @Metinator1
    @Metinator1 ปีที่แล้ว +1

    Seems to be pretty perfect for quick prototyping and SaaS Development. Nice!

  • @WolfPhoenix0
    @WolfPhoenix0 ปีที่แล้ว +2

    Why would you use SST over Terraform though?
    There's a good idea for a future video: SST vs. Terraform. 😂

    • @uziboozy4540
      @uziboozy4540 ปีที่แล้ว

      Why would you use Terraform over Pulumi?😂

    • @TFDusk
      @TFDusk ปีที่แล้ว

      Hcl has limitations as a declarative language tha some people have recognized to make tools such as pulami to create infrastructure through a coding language instead. Things like if statements, for loops, testing etc are more difficult to perform on terraform or have workarounds that aren't native to the solution, a tool such at SST or pulami does have those native options but obviously are not as battle tested as terraform.
      at least for this tool, the more interesting video would be comparing this to pulami, as I don't see the use for it other than it seems specifically to target front-end devs that use tools like vercel to deploy out infrastructure.

  • @mitchconq
    @mitchconq ปีที่แล้ว +1

    Use SST at work and love it ❤

  • @modolief
    @modolief ปีที่แล้ว

    0:31 - hey wait a second, why does it say "SONY" on the AWS console?? Is this some kind of conspiracy?

  • @anwarsjy
    @anwarsjy ปีที่แล้ว +1

    Ahh classic Serverless Script Tunnel

    • @anwarsjy
      @anwarsjy ปีที่แล้ว

      Truly my favourite

  • @gullisreisen
    @gullisreisen ปีที่แล้ว +1

    What AWS Amplify tried to be 😂

    • @lardosian
      @lardosian ปีที่แล้ว

      Errors in the console on 'Amplify push' was not fun!!!

  • @cryptodoomer2855
    @cryptodoomer2855 ปีที่แล้ว

    Bro pullin straight nerd content while bringing everybody to laugh

  • @jordixboy
    @jordixboy ปีที่แล้ว

    isn't this jus terraform, cloudformation, AWS CDK? nothing new

  • @iandrake4683
    @iandrake4683 ปีที่แล้ว +1

    Nice. Is there an SST for Azure?

  • @srabb
    @srabb ปีที่แล้ว +5

    you should do "spwn in 100 seconds" because that language is really unique

  • @MichaelMilord
    @MichaelMilord ปีที่แล้ว

    Sounds like a 1 click button to decimate your bank account.

  • @HinduPowerPortal
    @HinduPowerPortal ปีที่แล้ว +1

    I'm in 😊

  • @MichaelCampbell01
    @MichaelCampbell01 ปีที่แล้ว

    Within 40 seconds I was like "SHUT UP AND TAKE MY MONEY"

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

    While this is interesting, I'm always wary of these layers-upon-layers of magical abstractions. All cost concerns aside, which can easily be controlled and aren't the boogyman man of the comments might suggest; you're not learning enough about the underlying infrastructure you're maniuplating. All abstractions come with this cost. Even with CDK, which I've adopted and started using because you need *some* sort of IaC tool for automation, you've got to understand what's happening under your code. To me, if you're strictly AWS, CDK is the way to go, and adding another layer on top of that might be easier, but you learn and understand less of the consequences of what you're executing.
    All that being said, we're mired in frameworks, built atop frameworks, embedded with endless layers of abstraction and configuration. There's a shiny new toy every-other-day. You can chase your tail around for years and never settle on "THE stack"...and all of these toys achieve the same thing, in the end. At what point do you select "the best" tools and stick to them for more than a few months, or even a few years?
    As neat as this is, I prefer to stay as close to the "bare metal" as possible, while accepting that the market will push you into certain things that you have no choice in adopting. Keep it as simple as possible, even if it's more difficult and requires a little more code and understanding. These frameworks come and go, seemingly overnight. If you stick to strong fundamentals and as few abstractions as possible, you'll waste less time and build more stable environments.

  • @jadamster
    @jadamster ปีที่แล้ว

    SST -> CDK -> Cloudformation Template -> AWS provision resources 🤣 time will mess this up per version release

  • @sethcofie
    @sethcofie ปีที่แล้ว

    Can you do a 100s fireship video for Objectbox NoSqlite DB ?