aws

  • Back of the Envelope Encryption

    The security of your sensitive data, both at rest and in transit, should be a concern of every developer. So, what type of encryption method should you use? To start, we should define what is Symmetric and Asymmetric encryption. Symmetric encryption, is a type of cryptography where a single secret key is used for both…

    Read More

  • What is that Transform in SAM?

    For developers getting into the world of serverless applications using AWS Serverless Application Model (SAM), the Transform section might seem a bit cryptic. Basically, the Transform section acts as a translator. It tells AWS CloudFormation how to interpret your SAM template. Remember, SAM templates are written in their own YAML or JSON formats. However, CloudFormation…

    Read More