Walter Martin Vargas-Pena
Walter Martin Vargas-Pena
@christophgysin @Keksike is this the recommended pattern? I'm pretty new to building restful API (serverless is awesome), so I'm not exactly sure if I should be accepting a base64 encoded...
@Keksike , @christophgysin also should this issue be assigned with the question label?
This worked for me with runtime: nodejs6.10 and the dependencies installed. Let me know if you have any questions. ` use strict"; const uuid = require("uuid"); const dynamodb = require("./dynamodb");...
@rupakg Thank you for the response, I understand your point. Perhaps I'm asking the wrong question, but I would like to find examples that encrypt database information etc when dealing...
@DavidWells I believe so. @damianesteban thank you
@damianesteban So I know that data at rest needs to be encrypted and SSL should always be used for network calls. However given I've never built one before I'm not...
@damianesteban thats great. Please update this thread when you do. It would be awesome to have some sort of example with documentation about audit, how its used, etc from a...
@DavidWells do you think this is something that would be considered for the examples section?
@damianesteban awesome great news
@aneilbaboo yes i saw that it's a great start, the trick would be to have: ``` Standard Amazon VPC security groups for Amazon Elastic Compute Cloud (Amazon EC2) instances and...