diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 9498e50..0000000 Binary files a/.DS_Store and /dev/null differ diff --git a/.gitignore b/.gitignore index 467aea0..1f443f9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,39 @@ - +# Build dist/.DS_Store .gradle/* build/ + +# misc +.DS_Store +.env.local +.env.development.local +.env.test.local +.env.production.local +.eslintcache +/.vscode +.vscode +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns +.com.apple.timemachine.donotpresent + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk + +# Icon must end with two \r +Icon + +# Thumbnails +._* diff --git a/CHANGELOG.md b/CHANGELOG.md index 785b201..5081286 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [1.0.1] - 2022-01-27 +### Added +- Lambda zip files restored in deployment/* folder + +### Changed +- amazon-kinesis-video-streams-parser-library version to 1.2.1 + +### Removed +- .DS_Store + ## [1.0.0] - 2021-12-17 ### Added - CHANGELOG.md diff --git a/build.gradle b/build.gradle index d0500e3..9280665 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ repositories { dependencies { compile fileTree(dir: 'jars', include: '*.jar') compile group: 'io.reactivex.rxjava2', name: 'rxjava', version: '2.2.2' - compile group: 'com.amazonaws', name: 'amazon-kinesis-video-streams-parser-library', version: '1.1.0' + compile group: 'com.amazonaws', name: 'amazon-kinesis-video-streams-parser-library', version: '1.2.1' compile( 'software.amazon.awssdk:transcribestreaming:2.16.30', diff --git a/deployment/kvs_transcribe_streaming_lambda.zip b/deployment/kvs_transcribe_streaming_lambda.zip new file mode 100644 index 0000000..1a277d7 Binary files /dev/null and b/deployment/kvs_transcribe_streaming_lambda.zip differ diff --git a/deployment/kvs_trigger.zip b/deployment/kvs_trigger.zip new file mode 100644 index 0000000..7f81e0b Binary files /dev/null and b/deployment/kvs_trigger.zip differ diff --git a/deployment/layer.zip b/deployment/layer.zip new file mode 100644 index 0000000..f2db3c9 Binary files /dev/null and b/deployment/layer.zip differ diff --git a/deployment/overlay_audio.zip b/deployment/overlay_audio.zip new file mode 100644 index 0000000..5857f18 Binary files /dev/null and b/deployment/overlay_audio.zip differ diff --git a/deployment/process_contact.zip b/deployment/process_contact.zip new file mode 100644 index 0000000..69faff6 Binary files /dev/null and b/deployment/process_contact.zip differ