You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
418 B

1 year ago
0.1.0
======
first deploy
0.1.1
======
- write test code sample
1 year ago
- used tokio::sync::oncecell instead of std::sync::oncelock for async
0.1.2
======
1 year ago
- create log directory
0.1.3
======
- remove s3 dependency(rusoto_core, rusoto_s3)
0.1.4
======
1 year ago
- fix bug for using toml library
0.1.5
======
1 year ago
- fix bug for log
0.1.6
======
- changed kinesis_message(byte struct) to string(json)
- added 'aws' directory
- added s3.rs