Examples
Here are a few examples of services you can clone and deploy to AWS using the awesome serverless framework.
A quick heads up: you'll need to make sure you have serverless installed on your machine. You can installing it by running
npm i -g serverless
.Finally, almost all the AWS services used by these examples are well within the limits of their Free Tier. However, they create an AWS hosted ElasticSearch instance which is outside the Free Tier and can get expensive. Once you're done, be sure to run
serverless remove
to cleanup!
Last modified 4yr ago