The Serverless Development Kit (SDK) provides programming interfaces for building applications on Serverless Cloud. It includes the api interface for HTTP endpoints (Express-like syntax), data interface for DynamoDB-backed structured storage with labels and streams, storage interface for S3-backed file management, schedule interface for running cron jobs via CloudWatch, params interface for encrypted configuration management, and http interface for bringing your own framework. Each interface abstracts AWS infrastructure complexity, automatically provisioning API Gateway, Lambda, DynamoDB, S3, and CloudFront resources behind the scenes.

7m read timeFrom serverless-dev.com
Post cover image
Table of contents
What is the SDK?apidatastoragescheduleparamshttpConclusion

Sort: