Skip to content

Remove missed rd.xml reference in blueprint readme #1676

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
This starter project consists of:
* Function.cs - contains a class with a `Main` method that starts the bootstrap and a single function handler method.
* aws-lambda-tools-defaults.json - default argument settings for use with Visual Studio and command line deployment tools for AWS.
* rd.xml - Runtime directives configuration file used to tell the Native AOT compiler what code to not trim out of .NET assemblies.

You may also have a test project depending on the options selected.

Expand Down Expand Up @@ -80,4 +79,4 @@ Deploy function to AWS Lambda
```
cd "BlueprintBaseName.1/src/BlueprintBaseName.1"
dotnet lambda deploy-function
```
```