Local test enviroments :
SAM uses (RuntimeInterfaceEmulator|RIE), SLS uses ... buttfuckall, no one has a name for it, it's not RIE, but it does the same thing.
- (ServerlessApplicationModelSAM),
- (ServerlessFramework|SLS)
Alternatives are LocalStack, et al.
Deployment tools :
... they are all wrappers for CF ... and CF is just a wrapper for the AWS API, so the most minimalist approach turns out to be to script against the AWS API directly.
- SAM,
- SLS,
- (CloudDevelopmentKit|CDK),
- (CloudFormation|CF)
Alternatives are Terraform, Ansible, et al.
No comments :
Post a Comment