Nathaniel
Nathaniel
@Cvmcosta Yes, that article looks promising, great find! I have a fair amount of experience with AWS serverless (Lambda & API Gateway) but not with Express, so this is slightly...
@Cvmcosta Thanks, I'll try this out as soon as I can. @esellin If you can share anything more about how you are managing to use lti.js with AWS Lambda that...
I'm seeing this same behavior.
Thanks shevchenkos, I fixed this by changing the restore code instead of the backup code in order to be able to restore from already backed up data. Here's my fix:...
I have the same question...
Thanks, good to know. I was trying to setup backups to be run from lambda, on a schedule. Below is the lambda function that accomplishes this. It does a full...
Thanks for the heads up on lambda limitations. With dynamoDB stream backups, how would I restore to a specific point in time? Would be great to see an example of...
Awesome, this is great! I missed the "--RestoreTime" parameter for gulp because it's not in the documentation (only in the documentation for code), but now I see it's in the...
Yes, that's the workaround that I used.
When a restore is necessary, I run restore using the gulp examples in the Readme, not from my code, because it's run ad-hoc. So, having this module be able to...