Last weekend, we released our anniversary release of Stelvio.
Stelvio is an open source framework that allows you to create and deploy infrastructure to the Cloud, AWS in particular.
We support a wide variety of serverless services, including:
- Compute: Functions are a first class citizen in Stelvio
- Storage: S3 Buckets are fully integrated, including their notifications
- Database: DynamoDB is a noSQL database fully supported by Stelvio
- Schedules: Cron components let you execute code periodically
- Topics and Queues
- A Router component that unifies resources under the same domain
- a configuration option to customize DNS using Route53 or Cloudfront.
In addition, we support
- A live mode: You deploy your stack to AWS as normal but you can run lambda function code locally using a bridgte between your computer and the AWS infrastructure
- Automatic set of permissions: When you
linkcomponents, sensible defaults are created for IAM permissions and these are securely linked between your components.
Give it a try:
Watch our intro video:
And our celebration podcast:
Top comments (0)