Skip to content

Commit

Permalink
Revert function name to original in serverless.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AkhilReddyS-NR committed Sep 4, 2024
1 parent 5c91356 commit 858cd0f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ to deploy the log ingestion function manually.
4. Build the SAM application (if on Linux `-u` can be omitted): `sam build -u --parameter-overrides 'ParameterKey=NRLicenseKey,ParameterValue=your-license-key-here'`
5. Deploy the SAM application: `sam deploy --guided`

Additional notes:

* To set `LOGGING_ENABLED`: `sam build ... --parameter-overrides 'ParameterKey=NRLoggingEnabled,ParameterValue=True'`

### Serverless

Expand All @@ -44,9 +42,7 @@ Additional notes:
6. Set the LICENSE_KEY environment variable: `export LICENSE_KEY=your-license-key-here`
7. Deploy the function: `sls deploy`

Additional notes:

* To set `LOGGING_ENABLED`: `export LOGGING_ENABLED=True` (prior to deploy)

### Terraform

Expand Down

0 comments on commit 858cd0f

Please sign in to comment.