Skip to content

Commit

Permalink
Update aws-lambda-hello-world.md
Browse files Browse the repository at this point in the history
  • Loading branch information
praneesha authored May 7, 2023
1 parent b261a15 commit ba55951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/aws-lambda-hello-world/aws-lambda-hello-world.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# AWS Lambda - Hello World
# AWS Lambda - Hello world

AWS Lambda is an event driven, serverless computing platform. Ballerina functions can be deployed in AWS Lambda by annotating a Ballerina function with `@awslambda:Function`, which should have the `function (awslambda:Context, json|EventType) returns json|error` function signature. For more information, see the [AWS Lambda learn guide](/learn/run-in-the-cloud/function-as-a-service/aws-lambda/).

Expand Down

0 comments on commit ba55951

Please sign in to comment.