aws-samples / aws-lambda-ddns-function

Dynamically create Route 53 resource records using CloudWatch Events and Lambda
Apache License 2.0
236 stars 116 forks source link

fix typo #4

Closed yyolk closed 8 years ago

jicowan commented 8 years ago

Thanks @yyolk! So there's a space missing between 'CNAME' and 'in'? It doesn't seem to be causing an error.

yyolk commented 8 years ago

I wasn't getting any errors either, but when I fixed the typo the tags would be scanned and logged. Where they weren't without the space.

jicowan commented 8 years ago

Hi Joseph, Thanks for bring this to my attention. I'll accept your pull request or update the code by next week at the latest. -Jeremy