Monthly Archive: February 2020

0

Build an IOS application using AWS backend

In this workshop, we will create a data-driven native iOS app, integrated with a cloud-based backend. We will use AWS Cognito to manage user authentication and we’ll use AWS AppSync to get up and running quickly with a GraphQL...

0

Create Dynamic Contact Forms for S3 Static Websites Using AWS Lambda, Amazon API Gateway, and Amazon SES

Simple Code to create a Serverless Website for Contact Me! URL: https://aws.amazon.com/blogs/architecture/create-dynamic-contact-forms-for-s3-static-websites-using-aws-lambda-amazon-api-gateway-and-amazon-ses/ Following is the architecture flow with detailed guidance. In the above diagram, the customer is submitting their inquiry through a “contact us”...

0

S3 Copy Command

It’s just some quick command if you would like to copy to and from S3. aws s3 ls s3://mys3bucket/folder/subfolder/aws s3 cp s3://mys3bucket/folder/subfolder/testfile . aws s3 cp s3://mys3bucket/folder/subfolder . –recursive aws s3 cp –recursive s3://mys3bucket/folder...

0

Checking whether your mail sent will go to spam folder?

Some references to it can be read from: https://docs.aws.amazon.com/pinpoint/latest/userguide/channels-email-deliverability-dashboard-pipt.html Also, you can utilize https://mxtoolbox.com/MXLookup.aspx or other tool such as https://www.dmarcanalyzer.com/spf/checker/ Some tips are putting this on your DNS https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-email-authentication-spf.html Best,Doddi

0

DTU Calculator on Azure

If you are a developer using SQL Server, you’ve probably heard of Azure SQL Database and you’ve probably been thinking about migrating your on-premise or VM-based SQL Server database(s) to Azure SQL Database. If so, you’ve...

0

Build AWS Environment to Comply PCI-DSS

These are some references to support the PCI-DSS comply: References Step by Step: https://aws-quickstart.s3.amazonaws.com/quickstart-compliance-pci/doc/standard-pci-dss-architecture-on-the-aws-cloud.pdf Source Code: https://github.com/aws-quickstart/quickstart-compliance-pci AWS Quickstart doc: https://aws.amazon.com/quickstart/architecture/compliance-pci/ Best Regards,Doddi Priyambodo