Austin Miller

Results 7 issues of Austin Miller

Adds support for SSE on create table. See docs here: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/encryption.tutorial.html https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_CreateTable.html https://aws.amazon.com/about-aws/whats-new/2018/02/amazon-dynamodb-now-supports-server-side-encryption-at-rest/

https://github.com/excid3/noticed/blob/1020679d06ef2393851119ffda561281d24d037b/lib/noticed/base.rb#L71 The way this is implemented, there is a tight coupling between the notification model and each "channel" delivery method. There is no way to keep track of the deliverability...

# Summary Adds a utility function to get the tz offset delta between two dates. Uses the function when calculating the duration of an event and also when we are...

Fix example bug that causes an error if we directly copy paste

This is especially useful for conditional event rendering. For example, recurring events: https://stackoverflow.com/questions/15161654/recurring-events-in-fullcalendar

Adds the ability to get the message from S3. Very large emails can actually get omitted from SNS if they are too large [over 256KB](https://aws.amazon.com/about-aws/whats-new/2013/06/18/amazon-sqs-announces-256KB-large-payloads). There is event a [special...