Registry / web-framework / deep-framework

deep-framework

JSON →
library1.12.46jsnpmunverified

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-framework
INSTALL
IMPORT
SIG · DEEP-FRAMEWORK
D
deep-framework
web-frameworkjavascriptv1.12.46
Install
—
Import
—
Disk
—
Pass rate
0/ 6
Env Coverage0 / 6
glibc
18–22
musl
18–22
Install & Compatibility
Where this runs
tested against v? · npm install
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
node 18–226 runs
build_error
glibc
node 18–226 runs
build_error
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DeepFramework
✓ import DeepFramework from 'deep-framework'
✗ const DeepFramework = require('deep-framework')
Use ES module imports when possible; CommonJS require also works but is deprecated.

Initializes and runs a basic DEEP Framework application using the App class.

const deepify = require('deep-framework'); const app = new deepify.App(); app.run().then(() => console.log('DEEP Framework started'));
deepify --version
Debug
Known issues
breakingMigrate to Node 6.x required in v1.12.31
fix
Update Node.js to >=6.0.0 and upgrade deep-framework to >=1.12.31
affects: <1.12.31
deprecatedCommonJS require() is deprecated in favor of ES module imports
fix
Use import statement instead of require()
affects: >=1.12.0
gotchadeepify CLI must be installed globally with -g
fix
Run npm install -g deepify
affects: *
gotchaAWS credentials must be configured via CLI or environment variables
fix
Run aws configure or set AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY environment variables
affects: *
Errors
Common errors & fixes
Error: Cannot find module 'deep-framework'
Package is not installed in the project directory
fix
Run npm install deep-framework in your project root
deepify: command not found
deepify is not installed globally
fix
Run npm install -g deepify
TypeError: DeepFramework is not a constructor
Incorrect import method: using default import instead of named
fix
Use import DeepFramework from 'deep-framework' or const DeepFramework = require('deep-framework')
Upgrade
Version history
1.12.46latest on npm
Audit
Dependencies
aws-sdkrequiredAWS SDK is required for interacting with AWS services like Lambda, DynamoDB, S3, etc.
noderequiredRequires Node.js >=0.12, but best used with Node 4.3+
Agent activity
12 hits · last 30 days
node
12
Resources
deep-framework — npm install deep-framework · libregistry