Skip to content
This repository was archived by the owner on Nov 4, 2022. It is now read-only.

Commit a2c368f

Browse files
committed
Added intro in JS and Java versions
1 parent 0f01962 commit a2c368f

File tree

2 files changed

+7
-15
lines changed

2 files changed

+7
-15
lines changed

workshop/content/java/_index.en.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,8 @@
11
+++
2-
title = "Java"
2+
title = "Java 8 Workshop"
33
chapter = true
44
weight = 2
55
+++
6-
# CI/CD for Serverless Applications
6+
# CI/CD for Java Serverless Applications
77

8-
In this workshop, you will learn how to start a new Serverless application from scratch using the AWS Serverless Application Model (AWS SAM) and how to fully automate builds and deployments by building a continous delivery pipeline using the AWS CDK. You will also learn how to run a Serverless application locally using the SAM CLI.
9-
10-
![Intro](/images/github-home.png)
11-
12-
### Issues, Comments, Feedback?
13-
14-
I’m open source! If you see an issue, want to contribute content, or have overall feedback please open an issue or pull request in our GitHub repository: [github.com/aws-samples/aws-serverless-cicd-workshop](https://github.com/aws-samples/aws-serverless-cicd-workshop).
15-
16-
17-
{{% button href="https://github.com/aws-samples/aws-serverless-cicd-workshop/issues" icon="fas fa-bug" %}}Report an issue{{% /button %}}
18-
{{% button href="https://aws.amazon.com/serverless/developer-tools" icon="fas fa-graduation-cap" %}}Learn more{{% /button %}}
8+
Follow this workshop if you want to create a SAM application with Java.
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
+++
2-
title = "JavaScript"
2+
title = "Javascript/Node.js Workshop"
33
chapter = true
44
weight = 1
55
+++
66

7-
# JavaScript!
7+
# CI/CD for NodeJS Serverless Applications
8+
9+
Follow this workshop if you want to build a SAM application with Javascript (NodeJS).

0 commit comments

Comments
 (0)