dwyl / learn-aws-lambda

✨ Learn how to use AWS Lambda to easily create infinitely scalable web services
1.05k stars 203 forks source link

removing keys #59

Closed jackcarlisle closed 8 years ago

jackcarlisle commented 8 years ago

Moving sensitive files into .gitignore of root folder

nelsonic commented 8 years ago

@jackcarlisle as long as you have invalidated the keys in your AWS Console it should no longer matter that the "expired" keys are on GitHub. but for the sake of setting a good example, good idea to remove. :+1: