# README
Openvpn Processor
Development
This project requires below tools while developing:
- Golang 1.19
- pre-commit
- golangci-lint - required by pre-commit
- gocyclo - required by pre-commit
Simply run below command to prepare your development environment:
$ python3 -m venv venv
$ source venv/bin/activate
$ pip3 install pre-commit
$ pre-commit install -c build/ci/.pre-commit-config.yaml
Sample SAM commands:
# Validate the SAM Template
$ make sam-validate
# Invoke function
$ make sam-local-invoke
# Test function in the cloud
$ make sam-cloud-invoke
# Deploy
$ make sam-deploy
Debugging Locally
First, you should spin up the database using this repository.
Then you should provide docker_network=compose_default
using SAM CLI argument.
# Packages
No description provided by the author