aws-samples / sagemaker-custom-project-templates

MIT No Attribution
214 stars 156 forks source link

optionally allow asset publishing #38

Open ahmedkhattab opened 2 years ago

ahmedkhattab commented 2 years ago

flag enable_asset_publishing is used to control whether to add an optional step to publish cdk assets to s3, this is useful if the target code repository makes use of assets (for example lambda function code as an asset)

Can be further improved by:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Fatema commented 2 years ago

This looks good! please pull latest changes then will merge this to the main branch :)

ahmedkhattab commented 2 years ago

changes pulled for this pr and the other one with the policies change Thanks you!