https://github.com/alphagov/pay-java-lambdas
GOV.UK Pay Java Lambdas
https://github.com/alphagov/pay-java-lambdas
govuk-pay
Last synced: 29 days ago
JSON representation
GOV.UK Pay Java Lambdas
- Host: GitHub
- URL: https://github.com/alphagov/pay-java-lambdas
- Owner: alphagov
- License: mit
- Created: 2024-01-23T16:47:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-05T09:40:56.000Z (4 months ago)
- Last Synced: 2025-05-08T22:53:00.824Z (29 days ago)
- Topics: govuk-pay
- Language: Java
- Homepage:
- Size: 6.55 MB
- Stars: 1
- Watchers: 15
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# pay-java-lambdas
GOV.UK Pay Java LambdasMaven multi-module Java21 monorepo for GOV.UK Pay Lambdas
See individual modules for additional information
### Generate a new Lambda scaffold
https://github.com/aws/aws-sdk-java-v2/blob/master/archetypes/archetype-lambda/README.md
```bash
mvn archetype:generate \
-DarchetypeGroupId=software.amazon.awssdk \
-DarchetypeArtifactId=archetype-lambda \
-DarchetypeVersion=2.23.17 \
-DgroupId=uk.gov.pay \
-DartifactId=my-lambda
```## Licence
[MIT License](LICENSE)
## Vulnerability Disclosure
GOV.UK Pay aims to stay secure for everyone. If you are a security researcher and have discovered a security vulnerability in this code, we appreciate your help in disclosing it to us in a responsible manner. Please refer to our [vulnerability disclosure policy](https://www.gov.uk/help/report-vulnerability) and our [security.txt](https://vdp.cabinetoffice.gov.uk/.well-known/security.txt) file for details.