n10000k

Results 30 comments of n10000k

1. CloudFront 2. Lambda @ Edge 3. Kinesis stream (aggregate http 206) 4. Lambda function to store in MongoDB update count I feel like we should setup a Terraform config...

I would also look into: https://docs.aws.amazon.com/AmazonS3/latest/dev/analytics-storage-class.html

Yeh sorry, https://doc.deno.land/builtin/stable Requests the same resource twice

So does this storage package support `Redis.Cluster`? @kkoomen @mikeulvila thanks in advance

@kkoomen ok so I got this working, when you use a cluster keyPrefix `{login-throttle}` using `Redis.Cluster` however I ended up making my own lib for this. Will leave this here...

@ozkanonur do you have a working example of how we use Redis? Please can you provide a snippet on how to register the module. Thanks in advance

@juicycleff any idea on this?

This is needed 100%, the ability to accept triggered events 👍

@richardARPANET @shanidoc @mndomingues You need to use the v2 application load balancer example (official aws provider) setup: ``` resource "aws_elastic_beanstalk_environment" "main" { name = var.environment application = aws_elastic_beanstalk_application.main.name solution_stack_name =...