|
1 | 1 | # aws-lambda-encrypt-ami |
2 | | -Lambda function triggered by SNS notification on a successful AMI Packer build. |
| 2 | + |
| 3 | +[![OSO DevOps][logo]](https://osodevops.io) |
| 4 | + |
| 5 | +--- |
| 6 | + |
| 7 | +This Terraform module creates an encryption Lambda function that is triggered by a SNS notification on a successful AMI Packer build. |
| 8 | + |
| 9 | +This project is part of our open source DevOps adoption approach. |
| 10 | + |
| 11 | +It's 100% Open Source and licensed under the [APACHE2](LICENSE). |
| 12 | + |
| 13 | +## Usage |
| 14 | + |
| 15 | +Include this repository as a module in your existing terraform code: |
| 16 | +```hcl |
| 17 | +module "codebuild" { |
| 18 | + source = "git::ssh://[email protected]/osodevops/aws-lambda-encrypt-ami.git" |
| 19 | + common_tags = "${var.common_tags}" |
| 20 | + environment = "DEV" |
| 21 | + kms_key_arn = "alias/foo-bar-key" |
| 22 | +``` |
| 23 | + |
| 24 | +## Help |
| 25 | + |
| 26 | +**Got a question?** |
| 27 | + |
| 28 | +File a GitHub [issue](https://github.com/osodevops/aws-lambda-encrypt-ami/issues), send us an [email][email] or tweet us [twitter][twitter]. |
| 29 | + |
| 30 | +## Contributing |
| 31 | + |
| 32 | +### Bug Reports & Feature Requests |
| 33 | + |
| 34 | +Please use the [issue tracker](https://github.com/osodevops/aws-lambda-encrypt-ami/issues) to report any bugs or file feature requests. |
| 35 | + |
| 36 | +### Developing |
| 37 | + |
| 38 | +If you are interested in being a contributor and want to get involved in developing this project or help out with our other projects, we would love to hear from you! Shoot us an [email][email]. |
| 39 | + |
| 40 | +In general, PRs are welcome. We follow the typical "fork-and-pull" Git workflow. |
| 41 | + |
| 42 | + 1. **Fork** the repo on GitHub |
| 43 | + 2. **Clone** the project to your own machine |
| 44 | + 3. **Commit** changes to your own branch |
| 45 | + 4. **Push** your work back up to your fork |
| 46 | + 5. Submit a **Pull Request** so that we can review your changes |
| 47 | + |
| 48 | +**NOTE:** Be sure to merge the latest changes from "upstream" before making a pull request! |
| 49 | + |
| 50 | +## Copyrights |
| 51 | + |
| 52 | +Copyright © 2018-2019 [OSO DevOps](https://osodevops.io) |
| 53 | + |
| 54 | +## License |
| 55 | + |
| 56 | +[](https://opensource.org/licenses/Apache-2.0) |
| 57 | + |
| 58 | +See [LICENSE](LICENSE) for full details. |
| 59 | + |
| 60 | + Licensed to the Apache Software Foundation (ASF) under one |
| 61 | + or more contributor license agreements. See the NOTICE file |
| 62 | + distributed with this work for additional information |
| 63 | + regarding copyright ownership. The ASF licenses this file |
| 64 | + to you under the Apache License, Version 2.0 (the |
| 65 | + "License"); you may not use this file except in compliance |
| 66 | + with the License. You may obtain a copy of the License at |
| 67 | + |
| 68 | + https://www.apache.org/licenses/LICENSE-2.0 |
| 69 | + |
| 70 | + Unless required by applicable law or agreed to in writing, |
| 71 | + software distributed under the License is distributed on an |
| 72 | + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 73 | + KIND, either express or implied. See the License for the |
| 74 | + specific language governing permissions and limitations |
| 75 | + under the License. |
| 76 | + |
| 77 | +## Trademarks |
| 78 | + |
| 79 | +All other trademarks referenced herein are the property of their respective owners. |
| 80 | + |
| 81 | +## About |
| 82 | + |
| 83 | +[![OSO DevOps][logo]][website] |
| 84 | + |
| 85 | +We are a cloud consultancy specialising in transforming technology organisations through DevOps practices. We help organisations accelerate their capabilities for application delivery and minimize the time-to-market for software-driven innovation. |
| 86 | + |
| 87 | +Check out [our other projects][github], [follow us on twitter][twitter], or [hire us][hire] to help with your cloud strategy and implementation. |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | +[![README Footer][readme_footer_img]][readme_footer_link] |
| 93 | +[![Beacon][beacon]][website] |
| 94 | + |
| 95 | + [logo]: https://osodevops.io/assets/images/logo-purple-b3af53cc.svg |
| 96 | + [website]: https://osodevops.io/ |
| 97 | + [github]: https://github.com/orgs/osodevops/ |
| 98 | + [hire]: https://osodevops.io/contact/ |
| 99 | + [linkedin]: https://www.linkedin.com/company/oso-devops |
| 100 | + [twitter]: https://twitter.com/osodevops |
| 101 | + [email]: https://www.osodevops.io/contact/ |
0 commit comments