Skip to content

Commit 3e63958

Browse files
Merge pull request #53 from goncalodasilva/patch-10
fix 198
2 parents 14d8ce9 + a9917f3 commit 3e63958

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2345,11 +2345,11 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
23452345

23462346
### A Developer is working on a serverless project based in Java. Initial testing shows a cold start takes about 8 seconds on average for AWS Lambda functions. What should the Developer do to reduce the cold start time? (Choose TWO)
23472347

2348-
- [x] Add the Spring Framework to the project and enable dependency injection.
2349-
- [ ] Reduce the deployment package by including only needed modules from the AWS SDK for Java.
2350-
- [ ] Increase the memory allocation setting for the Lambda function.
2348+
- [ ] Add the Spring Framework to the project and enable dependency injection.
2349+
- [x] Reduce the deployment package by including only needed modules from the AWS SDK for Java.
2350+
- [x] Increase the memory allocation setting for the Lambda function.
23512351
- [ ] Increase the timeout setting for the Lambda function.
2352-
- [x] Change the Lambda invocation mode from synchronous to asynchronous.
2352+
- [ ] Change the Lambda invocation mode from synchronous to asynchronous.
23532353

23542354
**[⬆ Back to Top](#table-of-contents)**
23552355

0 commit comments

Comments
 (0)