Skip to content
This repository has been archived by the owner on Mar 2, 2023. It is now read-only.

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
khastation committed Feb 9, 2022
1 parent 1a7ece2 commit 079c3a7
Show file tree
Hide file tree
Showing 9 changed files with 47 additions and 2 deletions.
Binary file removed .DS_Store
Binary file not shown.
37 changes: 36 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -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
._*
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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',

Expand Down
Binary file added deployment/kvs_transcribe_streaming_lambda.zip
Binary file not shown.
Binary file added deployment/kvs_trigger.zip
Binary file not shown.
Binary file added deployment/layer.zip
Binary file not shown.
Binary file added deployment/overlay_audio.zip
Binary file not shown.
Binary file added deployment/process_contact.zip
Binary file not shown.

0 comments on commit 079c3a7

Please sign in to comment.