A Gradle plugin for deploying AWS SAM Projects. You can define your serverless archetecture using AWS SAM and deploy your Gradle Lambda based serverless application projects using this plugin.
Stars
10
Forks
4
Watchers
10
Open Issues
3
Overall repository health assessment
No package.json found
This might not be a Node.js project
Fix bug where depending on how parameters are supplied not found erro… (#9)
ed3d757View on GitHubAdd integration test for multi region package and deploy task and fix logic for choosing parameter overrides
cf52febView on GitHubMerge pull request #8 from fieldju/feature/multi_region_package_and_deploy_task
51f9435View on GitHubrefactor out deploySam task action logic into service for re-usability since you can't create task objects directly
7b73428View on GitHubCheck for required props at task execution time as to not break builds when on projects that have the plugin applied but not configured
ec25df9View on GitHubUse after evaluate rather than convention mapping so the integration tests work properly
9b54fa9View on GitHubMerge pull request #7 from fieldju/feature/custom_cf_tasks
cb648b6View on GitHubPass parameters into tasks as input so that custom tasks can be created in projects
fce67ddView on GitHub