Hacker News new | ask | show | jobs
by scarface74 2625 days ago
Most of the lambda related things I do are backend ETL and message processing.

Is Serverless just for API use cases or does it support other event triggers like SNS and SQS or one of the patterns we use is

S3 Event -> SNS -> SQS -> lambda and all of the related permissions and subscriptions.

But then again, isn’t the whole purpose of using Serverless instead of SAM to be cloud vendor neutral? Once you add AWS specific resources doesn’t that go against the whole ideal of using Serverless?