Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1019 Bytes

deployment.md

File metadata and controls

18 lines (12 loc) · 1019 Bytes

Deployment

Presta outputs two types of files: static files (any file type), and serverless functions (JavaScript). They're generated within the .presta directory in your project root.

These files are designed to be immediately hostable statically, or directly run as an AWS lambda.

For convenience, a manifest is dropped into the .presta directory as well. It provides a little more information about the artifacts generated by the build.

Supported Deployments

We have a few options at the moment. If you're looking for others, hit us with an Issue!