dawson-org / dawson-cli

A serverless web framework for Node.js on AWS (CloudFormation, CloudFront, API Gateway, Lambda)
https://dawson.sh
GNU General Public License v3.0
713 stars 25 forks source link

Instructions for local testing #157

Closed robkinyon closed 7 years ago

robkinyon commented 7 years ago

How would I build my application so that I can develop and test locally (without AWS)?

lusentis commented 7 years ago

Hi @robkinyon, the full documentation is on the way, in the meantime, you can find some details in this comment: https://github.com/dawson-org/dawson-cli/issues/158#issuecomment-289398226

As described in such comment, AWS (and a working internet connection) is required to run the local development server too. "Local" just means that you don't have to upload/deploy your app to test changes to your code (as you would if coding directly Lambda functions, or using tools such as apex).

This might change in the future, maybe.

Thanks for your feedback,

stale[bot] commented 7 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.