FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
aws-lambda-developer-guide/sample-apps/java-basic/template.yml at main · awsdocs/aws-lambda-developer-guide · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
awsdocs
/
aws-lambda-developer-guide
Public
Notifications
You must be signed in to change notification settings
Fork
1.7k
Star
2.6k
Code
Issues
24
Pull requests
35
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
aws-lambda-developer-guide
/
sample-apps
/
java-basic
/
template.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
20 lines (20 loc) · 617 Bytes
Breadcrumbs
aws-lambda-developer-guide
/
sample-apps
/
java-basic
/
template.yml
Copy path
File metadata and controls
20 lines (20 loc) · 617 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
AWSTemplateFormatVersion
:
'
2010-09-09
'
Transform
:
'
AWS::Serverless-2016-10-31
'
Description
:
An AWS Lambda application that calls the Lambda API.
Resources
:
function
:
Type
:
AWS::Serverless::Function
Properties
:
CodeUri
:
build/distributions/java-basic.zip
Handler
:
example.Handler
Runtime
:
java21
Description
:
Java function
MemorySize
:
2048
Timeout
:
10
#
Function's execution role
Policies
:
-
AWSLambdaBasicExecutionRole
-
AWSLambda_ReadOnlyAccess
-
AWSXrayWriteOnlyAccess
-
AWSLambdaVPCAccessExecutionRole
Tracing
:
Active
Back
|
FazBrowse Home
|
New Git URL