File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,9 +59,9 @@ export class PythonBuildPipeline extends Construct {
5959 } ,
6060 artifacts : {
6161 files : [
62- `${ s3BasePath } /${ props . appName } .zip`
62+ `${ s3BasePath } /* .zip`
6363 ] ,
64- 'discard-paths' : true ,
64+ 'discard-paths' : false ,
6565 'base-directory' : directory
6666 }
6767 } ) ;
Original file line number Diff line number Diff line change 11import { ApplicationRuntime } from "./constructs/application-runtime" ;
22
3- export const APPLICATION_NAME = "kinesis-analytics-application"
3+ export const APPLICATION_NAME = "kinesis-analytics-application-python "
44export const BUILD_FOR_RUNTIME = ApplicationRuntime . PYTHON
55export const SOURCE_CODE_ZIP = "automate-deployment-and-version-update-of-kda-application.zip"
66export const ASSET_BUCKET_EXPORT_NAME = "Blog::Artifact::BucketName"
You can’t perform that action at this time.
0 commit comments