Categorygithub.com/thevpnbeast/openvpn-processor

# README

Openvpn Processor

CI Go Report Card Quality Gate Status Maintainability Rating Reliability Rating Security Rating Coverage Go version License

Development

This project requires below tools while developing:

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