Open rohit3d2003 opened 3 years ago
Thanks for your feedback. We have added this to our backlog.
We worked around this by modifying our pipeline to include a "preprocessor" stage which takes care of creating the Lambda zips based on directories in the repo..
But I'd prefer to not have deviated.
@cacack
We worked around this by modifying our pipeline to include a "preprocessor" stage which takes care of creating the Lambda zips based on directories in the repo..
But I'd prefer to not have deviated.
Can you provide details how you hooked the preprocessor into the existing CodePipeline?
Not sure how cacack managed this, but one way is to:
@ryanash999 our solution was something like this:
We saw same need for more deployment capabilities and built a solution on top of CfCT with support for AWS SAM. It means you can now easily develop with SAM features like packaged lambdas and deploy them via CfCT. Feel free to have a look at our AWS Blog Post and GitHub repo for more details.
Is your feature request related to a problem? Please describe.
We have a lot of custom AWS Config rules backed by custom lambdas. These lambda functions are written in python but instead of writing it inline inside CloudFormation template, we have a need to define them in folder and be able to package them in s3 and dynamically deploy as part of cloud-formation. Currently manifest file does not support 'aws cloudformation package' command. If there are other options, please let me know. Our goal is to use CT without customizing the AWS provided solution unless required
Describe the feature you'd like
Support for lambda packaging as part of manifest definition or something along these lines
Additional context