Serverless components

What’s the advantage of using the aws-lambda component for example, instead of using the regular “functions” syntax? Or is it just a different way of writing the same thing?

Thanks!

It looks like aws-lambda components are so you can include functions inside components you build. If you’re not building a component then use functions.

1 Like