REST API that delivers Guide data.
REST API that delivers Guide data originated from Helsingborg stads Event API. Currently serves as backend for the app Guide Helsingborg.
Clone the repo
$ git clone https://github.com/helsingborg-stad/cdn-helsingborg-io.git
Install dependencies
$ yarn install
Starts the local Lambda development environment.
Build your app and synthesize your stacks.
Generates a .build/
directory with the compiled files and a .build/cdk.out/
directory with the synthesized CloudFormation stacks.
Deploy all your stacks to AWS. Or optionally deploy, a specific stack.
Remove all your stacks and all of their resources from AWS. Or optionally removes, a specific stack.
Runs your tests using Jest. Takes all the Jest CLI options.
Export API as Swagger specification.
Run local Swagger UI server
To visualize and interact with the API’s resources, see the Swagger UI documentation.
Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License.