awslabs / crossplane-on-eks

Crossplane bespoke composition blueprints for AWS resources
Apache License 2.0
322 stars 111 forks source link

initial implementation of lambda #23

Closed nabuskey closed 2 years ago

nabuskey commented 2 years ago

What does this PR do?

Adds an implementation of Lambda. The implementation creates a Lambda function from a container image with a basic role. More policies can be attached to this role using nested compositions.

NOTE: The container composition consists of two resources from different providers because IAM role creation does not work in terrajet provider ATM: https://github.com/crossplane-contrib/provider-jet-aws/issues/176

Motivation

Trying to complete AWS serverless resources

More

Note:

For Moderators

Additional Notes