aws-doc-sdk-examples icon indicating copy to clipboard operation
aws-doc-sdk-examples copied to clipboard

Update code in lambda_functions folder

Open Laren-AWS opened this issue 3 years ago • 0 comments

Our team is taking ownership of the current contents of the lambda_functions folder, especially the blank-* functions.

The Lambda team has said they want to remove the blank-* functions in general, maybe keeping some of the concept as part of the MVP work, but not in the same form.

For other examples in the folder, this may require working with the Lambda team to determine their needs around the code.

Tasks:

  • [x] #3281

  • [ ] JavaScript: Move and clean up lambda_functions/codecommit code Currently referenced by snippet tag in CodeCommit user guide. Move to language folders bring up to standard, and convert reference to SOS reference.

  • [ ] Python: Move and clean up lambda_functions/codecommit code Currently referenced by snippet tag in CodeCommit user guide. Move to language folders bring up to standard, and convert reference to SOS reference.

  • [ ] JavaScript: Move and clean up lambda_functions/codepipeline code Currently inline in Code Pipeline user guide. Shows how to write a Lambda function that's triggered during a pipeline to determine the health of a REST URL. Move to language folder, bring up to standard, and convert inline code to SOS reference.

  • [ ] Python: Move and clean up lambda_functions/codepipeline code Currently inline in Code Pipeline user guide. Shows how to write a Lambda function that's triggered during a pipeline to run an arbitrary CFN script that's pulled from an S3 bucket. Move to language folder, bring up to standard, and convert inline code to SOS reference.

  • [ ] JavaScript: Move and clean up lambda_functions/config code Currently referenced by snippet tag in Config user guide. Shows how to write a Lambda function that's triggered by Config to run evaluations. Move to language folder, bring up to standard, and convert to SOS reference.

Laren-AWS avatar Jun 20 '22 18:06 Laren-AWS