From fc47974b738e9e1c6d8ee4a86e8825e64258b668 Mon Sep 17 00:00:00 2001 From: Kasina Date: Wed, 4 Dec 2019 09:11:17 -0800 Subject: [PATCH] added the static site and stepfunctions java examples info to ReadMe --- README.md | 2 ++ java/.gitignore | 1 + 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 5c40846b..2e1566d4 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,8 @@ $ cdk destroy | [hello-world](https://github.com/aws-samples/aws-cdk-examples/tree/master/java/hello-world/) | A demo application that uses the CDK in Java | | [lambda-cron](https://github.com/aws-samples/aws-cdk-examples/tree/master/java/lambda-cron/) | Running a Lambda on a schedule | | [resource-overrides](https://github.com/aws-samples/aws-cdk-examples/tree/master/java/resource-overrides/) | Use of the resource overrides (aka ["escape hatch"](https://docs.aws.amazon.com/cdk/latest/guide/cfn_layer.html)) mechanism. | +| [stepfunctions-job-poller](https://github.com/aws-samples/aws-cdk-examples/tree/master/java/stepfunctions-job-poller/) | A simple StepFunctions workflow | +| [static-site](https://github.com/aws-samples/aws-cdk-examples/tree/master/java/static-site/) | A static site using CloudFront | ## Python examples diff --git a/java/.gitignore b/java/.gitignore index 4eee3eb9..ee4a7fc7 100644 --- a/java/.gitignore +++ b/java/.gitignore @@ -2,5 +2,6 @@ target .classpath .project .settings +.metadata node_modules package-lock.json