Skip to content

Commit f2877bd

Browse files
authored
Merge pull request #99 from jcsobrino/bump-python-runtime-3.11
Bump python runtime 3.11
2 parents cbf5852 + 81ba812 commit f2877bd

File tree

5 files changed

+1972
-606
lines changed

5 files changed

+1972
-606
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
release:
99
strategy:
1010
matrix:
11-
python-version: ["3.10"]
11+
python-version: ["3.11"]
1212
poetry-version: ["1.4"]
1313
os: [ubuntu-22.04]
1414
runs-on: ${{ matrix.os }}

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ to deploy the log ingestion function manually.
2525
### SAM
2626

2727
1. Clone this repository: `git clone https://github.com/newrelic/aws-log-ingestion.git`
28-
2. [Install the SAM CLI](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-cli-install.html) Make sure you have >=0.33.0 installed, you can check with `sam --version`.
28+
2. [Install the SAM CLI](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-cli-install.html) Make sure you have >=1.105.0 installed, you can check with `sam --version`.
2929
3. [Retrieve your New Relic License Key](https://docs.newrelic.com/docs/accounts/install-new-relic/account-setup/license-key)
3030
4. Build the SAM application (if on Linux `-u` can be omitted): `sam build -u --parameter-overrides 'ParameterKey=NRLicenseKey,ParameterValue=your-license-key-here'`
3131
5. Deploy the SAM application: `sam deploy --guided`

0 commit comments

Comments
 (0)