Month: February 2020

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 API that backs our data in Amazon DynamoDB. We’ll demonstrate how to use the AWS Amplifylibrary to authenticate users, to communicate with our API, …

Build an IOS application using AWS backend Read More »

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” form, which is hosted in an Amazon S3 bucket as a static website. Information will flow in three simple steps: Your …

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

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 s3://mys3target/folder There is also a good s3 copy command that you can use: https://github.com/aws-samples/amazon-s3-resumable-upload Note: If you would like to do …

S3 Copy Command Read More »

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

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