Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Zeerg/modsecurity-layer

A ModSecurity Lambda Layer for AWS
https://github.com/Zeerg/modsecurity-layer

aws lambda modsecurity security serverless-framework

Last synced: 10 days ago
JSON representation

A ModSecurity Lambda Layer for AWS

Awesome Lists containing this project

README

        

# modsecurity-layer
A serverless modsecurity AWS lambda layer with OWASP CRS. Check the working POC in example/

## Building

To build run

```
make build
```

No cache build can be done with
```
make rebuild
```

Cleanup can be done with

```
make clean
```

## Deploy
```
make deploy
```

## References
https://github.com/actions-security/pymodsecurity

https://modsecurity.org/crs/

https://github.com/SpiderLabs/ModSecurity