awslabs / route53-dynamic-dns-with-lambda

A Dynamic DNS system built with API Gateway, Lambda & Route 53.
Apache License 2.0
491 stars 166 forks source link

Wildcard #18

Closed ghost closed 5 years ago

ghost commented 6 years ago

Is it possible to use a wildcard in the config file?

For example:

"*.dyn.example.com."
seangreathouse commented 6 years ago

Hey, Thanks for your interest.

So, no, but it probably wouldn't be hard to tweak in the current code. That said, I am nearly done with a major 2.0 rewrite. I'm using DynamoDB instead of s3/json for the config. And per this request I'm looking at a permiscuos-mode flag to allow the creation of records without having to pre-populate the config. Any feedback on use case etc is welcome!

valentin-fischer commented 6 years ago

Hi Sean, Any progress on the 2.0 rewrite? Can you share it ? Would be cool to have this in dynamo + some extra features.

I was too fast on the writing.... Thanks!