Skip to content

Latest commit

 

History

History
92 lines (80 loc) · 3.57 KB

README.md

File metadata and controls

92 lines (80 loc) · 3.57 KB

Contributors Forks Stargazers Issues MIT License


SLS GQL Template

A simple template to serverless framework using TypeScript and GraphQL.

About The Project

SLS GQL Template is a very simple template to use with AWS Lambda in a very simple way.

Built With

This project was built with nice technologies:

  • TypeScript
  • Serverless Framework
  • GraphQL
  • Apollo Server

Getting Started

Running locally

  1. Clone the repo
    git clone https://github.com/agustinhopneto/sls-gql-template.git
  2. Install NPM packages
    npm install
  3. Run the example
    npm run start

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the project
  2. Create your feature branch
git checkout -b feat/amazing-feature
  1. Commit your changes
git commit -m 'feat(index): add some amazing feature'
  1. Push to the branch
git push origin feat/amazing-feature
  1. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.