https://github.com/codesandbox/dependency-packager
https://github.com/codesandbox/dependency-packager
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codesandbox/dependency-packager
- Owner: codesandbox
- License: other
- Created: 2017-09-28T01:30:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-30T02:44:09.000Z (about 1 year ago)
- Last Synced: 2025-05-10T02:13:34.976Z (8 months ago)
- Language: TypeScript
- Size: 1.27 MB
- Stars: 248
- Watchers: 12
- Forks: 66
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sandpack Packager
> A packager used to aggregate all relevant files from a combination of npm dependencies
## Installing
This service is based on the services of Amazon. We use AWS Lambda, S3 and API Gateway to handle all requests. We provision these services using [serverless](https://serverless.com/).
Installation should be as simple as setting up serverless ([Getting Started](https://serverless.com/framework/docs/getting-started/)) and running `sls deploy --stage dev --s3prefix myBucketName`. `stage` can be either `prod` or `dev`, `s3prefix` is the prefix for your S3 bucket name.