You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apigw-rest-api-lambda-dotnet/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
This project contains source code and supporting files for a serverless application that you can deploy with the AWS SAM CLI. It includes the following files and folders.
4
4
5
-
- hello_world - Code for the application's Lambda function.
5
+
-src/hello_world - Code for the application's Lambda function.
6
6
- events - Invocation events that you can use to invoke the function.
7
7
- template.yaml - A template that defines the application's AWS resources.
8
8
@@ -56,7 +56,7 @@ You can find your API Gateway Endpoint URL in the output values displayed after
56
56
57
57
## Use the AWS SAM CLI to test locally
58
58
59
-
The SAM CLI installs dependencies defined in `hello_world/package.json`, creates a deployment package, and saves it in the `.aws-sam/build` folder.
59
+
The SAM CLI installs dependencies defined in `src/HelloWorld.csproj`, creates a deployment package, and saves it in the `.aws-sam/build` folder.
60
60
61
61
Ypu can test a single function by invoking it directly with a test event. An event is a JSON document that represents the input that the function receives from the event source. Test events are included in the `events` folder in this project.
0 commit comments