Skip to content

Commit bc13fc4

Browse files
committed
[WIP]
1 parent b72e53c commit bc13fc4

File tree

318 files changed

+59824
-43
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

318 files changed

+59824
-43
lines changed

workshop/content/optimize/application-load-balancer/_index.md

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,4 @@ weight = 31
44
pre = ""
55
+++
66

7-
```bash
8-
aws elbv2 create-target-group \
9-
--name PetsApiTargetGroup \
10-
--protocol https \
11-
--port 443 \
12-
--target-type lambda
13-
14-
aws elbv2 register-targets \
15-
--target-group-arn arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-tcp-ip-targets/8518e899d173178f \
16-
--targets Id=arn:aws:lambda:us-west-2:123456789012:function:my-function
17-
18-
aws lambda add-permission \
19-
--function-name lambda-function-arn-with-alias-name \
20-
--statement-id elb1 \
21-
--principal elasticloadbalancing.amazonaws.com \
22-
--action lambda:InvokeFunction \
23-
--source-arn target-group-arn
24-
```
25-
26-
## Overview
27-
7+
## Coming soon

workshop/content/optimize/corretto-crypto-provider/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ weight = 30
44
pre = ""
55
+++
66

7-
## Overview
8-
97
**Using the [Amazon Corretto Crypto Provider](https://aws.amazon.com/blogs/opensource/introducing-amazon-corretto-crypto-provider-accp/) as the Java Cryptography Architecture (JCA) of choice**
8+
9+
## Coming soon

workshop/content/optimize/lambda-layers/_index.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,5 @@ weight = 28
44
pre = ""
55
+++
66

7-
## Overview
87

9-
## What are we doing here?
10-
11-
...
8+
## Coming soon

workshop/content/optimize/prime-resources/_index.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,4 @@ weight = 27
44
pre = ""
55
+++
66

7-
## Overview
8-
9-
## What are we doing here?
10-
11-
...
7+
## Coming soon

workshop/content/rearchitect/_index.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,3 @@ pre = "Lab 3: "
1010
**Experimental**
1111
In these section, we will take a look at new and/or cutting edge technologies. All labs are based on the capability of GraalVM to build native images. These feature is available as **[Early Adopter technology](https://www.graalvm.org/docs/reference-manual/native-image/)**, meaning it can be used in production and will be supported by Oracle as part of the Oracle GraalVM Enterprise Edition subscription, but is not covered by Oracle’s standard warranty.
1212
{{% /notice %}}
13-
14-
## What are we doing here?
15-
16-
bla
17-
18-
### What is GraalVM?
19-
20-
bla
21-
22-
Customers
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
+++
2+
title = "Micronaut"
3+
weight = 32
4+
pre = ""
5+
+++
6+
7+
## Coming soon
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
+++
2+
title = "Quarkus"
3+
weight = 31
4+
pre = ""
5+
+++
6+
7+
## Coming soon

workshop/content/rearchitect/summary/_index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@ pre = ""
99
|----------------------|-----------|-----------|--------------------------|
1010
| Python in Lambda | 46 | 156 | 581 |
1111
| Springboot in Lambda | 41 | 11775 | 11500 |
12+
| | | | |
13+
| Quarkus in Lambda | | | |
14+
| Micronaut in Lambda | | | |
1215
| GraalVM in Lambda | 33 | 96 | 410 |

workshop/content/replatform/_index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ In this section, we first determine our performance baseline for this service, s
1010

1111
As baseline, we will measure the performance for the service implementation which is running behind an **[Application Load Balancer](https://aws.amazon.com/elasticloadbalancing/)** in **[AWS Fargate](https://aws.amazon.com/fargate/)**.
1212

13-
As additional references we will
13+
As the session description is "_...make cold-start times even faster than on Node.js- and Python-based functions. .._", we will also measure the performance for a service implementation based on pure Python 3.6, Boto3 and AWS Lambda.
14+
15+
As next steps, we will migrate this Springboot 2 based service to Amazon API Gateway and AWS Lambda and iterate over various improvements.

workshop/public/404.html

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
<!DOCTYPE html>
2+
<html lang="en" class="js csstransforms3d">
3+
4+
<head>
5+
<meta charset="utf-8"> <meta name="description" content="Lambda On Java Workshop">
6+
<meta name="author" content="Jane Architect">
7+
<link rel="shortcut icon" href="https://a0.awsstatic.com/libra-css/images/site/fav/favicon.ico" type="image/ico" />
8+
<link rel="icon" href="https://a0.awsstatic.com/libra-css/images/site/fav/favicon.ico" type="image/ico" />
9+
10+
<title>404 Page not found</title>
11+
12+
13+
<link href="./css/nucleus.css" rel="stylesheet">
14+
<link href="./css/fontawesome-all.min.css" rel="stylesheet">
15+
<link href="./css/hybrid.css" rel="stylesheet">
16+
<link href="./css/featherlight.min.css" rel="stylesheet">
17+
<link href="./css/perfect-scrollbar.min.css" rel="stylesheet">
18+
<link href="./css/theme.css" rel="stylesheet">
19+
<link href="./css/hugo-theme.css" rel="stylesheet">
20+
21+
<link href="./css/theme-aws.css" rel="stylesheet">
22+
23+
<style>
24+
:root #header + #content > #left > #rlblock_left {
25+
display: none !important;
26+
}
27+
28+
p,
29+
li,
30+
ul {
31+
text-align: center
32+
}
33+
34+
ul {
35+
list-style-type: none;
36+
}
37+
</style>
38+
39+
</head>
40+
41+
<body class="" data-url="/">
42+
43+
<section id="body" style="margin-left:0px;">
44+
<div id="overlay"></div>
45+
<div id="chapter">
46+
<div id="body-inner">
47+
<h1>Error</h1>
48+
<p>
49+
</p>
50+
<p>Woops. Looks like this page doesn&#39;t exist ¯\_(ツ)_/¯.</p>
51+
<p></p>
52+
<p><a href='./'>Go to homepage</a></p>
53+
<p><img src='./images/gopher-404.jpg' style="width:50%" alt="Page not found!"></p>
54+
</div>
55+
</div>
56+
57+
</section>
58+
</body>
59+
60+
</html>

0 commit comments

Comments
 (0)