A full-stack web framework for building cloud-native web applications on AWS Lambda. Current stable version is 1.12.46. It provides a streamlined development environment, microservices architecture, serverless computing, and abstracted cloud services (AWS only). Key differentiators include zero-devops scalability and a CLI tool (deepify) for local development and deployment. Release cadence is monthly with bug fixes and feature updates.
npm install deep-frameworkVerified import paths — ran on the pinned version, not inferred.
Initializes and runs a basic DEEP Framework application using the App class.
Update Node.js to >=6.0.0 and upgrade deep-framework to >=1.12.31
Use import statement instead of require()
Run npm install -g deepify
Run aws configure or set AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY environment variables
Run npm install deep-framework in your project root
Run npm install -g deepify
Use import DeepFramework from 'deep-framework' or const DeepFramework = require('deep-framework')