Skip to content

Commit 1968da0

Browse files
authored
bump scripted version to latest (#877)
* bump scripted version to latest
1 parent 9a273aa commit 1968da0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/reference/aws-deploy-elastic-serverless-forwarder.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ continuing-queue:
567567

568568
A bash script for publishing the Elastic Serverless Forwarder directly to your AWS account is available from the [Elastic Serverless Forwarder repository](https://github.com/elastic/elastic-serverless-forwarder).
569569

570-
Download the [`publish_lambda.sh` script](https://raw.githubusercontent.com/elastic/elastic-serverless-forwarder/lambda-v1.8.0/publish_lambda.sh) and follow the instructions below.
570+
Download the [`publish_lambda.sh` script](https://raw.githubusercontent.com/elastic/elastic-serverless-forwarder/lambda-v1.19.0/publish_lambda.sh) and follow the instructions below.
571571

572572

573573
#### Script arguments [_script_arguments]
@@ -605,7 +605,7 @@ $ pip3 install awscli aws-sam-cli ruamel.yaml
605605
Assuming `publish-config.yaml` in saved in the same directory you intend to run `publish_lambda.sh` from, here’s an example:
606606

607607
```bash
608-
$ ./publish_lambda.sh publish-config.yaml forwarder-lambda lambda-v1.6.0 s3-lambda-artifact-bucket-name eu-central-1
608+
$ ./publish_lambda.sh publish-config.yaml forwarder-lambda lambda-v1.19.0 s3-lambda-artifact-bucket-name eu-central-1
609609
```
610610

611611

@@ -614,11 +614,11 @@ $ ./publish_lambda.sh publish-config.yaml forwarder-lambda lambda-v1.6.0 s3-lamb
614614
You can update the version of a published Elastic Serverless Forwarder without changing its configuration by running the publishing script again and passing a **new** [`forwarder-tag`](https://github.com/elastic/elastic-serverless-forwarder/tags):
615615

616616
```bash
617-
$ ./publish_lambda.sh publish-config.yaml forwarder-lambda lambda-v1.7.0 s3-lambda-artifact-bucket-name eu-central-1
617+
$ ./publish_lambda.sh publish-config.yaml forwarder-lambda lambda-v1.20.0 s3-lambda-artifact-bucket-name eu-central-1
618618
```
619619

620620
::::{note}
621-
The above examples show the forwarder being updated from `lambda-v1.6.0` to `lambda-v1.7.0`.
621+
The above examples show the forwarder being updated from `lambda-v1.19.0` to `lambda-v1.20.0`.
622622
::::
623623

624624

@@ -628,11 +628,11 @@ The above examples show the forwarder being updated from `lambda-v1.6.0` to `lam
628628
If you want to change the configuration of a published Elastic Serverless Forwarder without changing its version, you can update the `publish-config.yaml` and run the script again using the **same** `forwarder-tag`:
629629

630630
```bash
631-
$ ./publish_lambda.sh publish-config.yaml forwarder-lambda lambda-v1.6.0 s3-lambda-artifact-bucket-name eu-central-1
631+
$ ./publish_lambda.sh publish-config.yaml forwarder-lambda lambda-v1.19.0 s3-lambda-artifact-bucket-name eu-central-1
632632
```
633633

634634
::::{note}
635-
The above example shows an existing `lambda-v1.6.0` configuration being updated without changing version.
635+
The above example shows an existing `lambda-v1.19.0` configuration being updated without changing version.
636636
::::
637637

638638

@@ -642,9 +642,9 @@ The above example shows an existing `lambda-v1.6.0` configuration being updated
642642
If you want to use the publish script for deploying the forwarder with different configurations, create two different `publish-config.yaml` files with unique names and run the publishing script twice, with correct references to the `config-path` and `lambda-name`:
643643

644644
```bash
645-
$ ./publish_lambda.sh publish-config-for-first-lambda.yaml first-lambda lambda-v1.6.0 s3-lambda-artifact-bucket-name eu-central-1
645+
$ ./publish_lambda.sh publish-config-for-first-lambda.yaml first-lambda lambda-v1.19.0 s3-lambda-artifact-bucket-name eu-central-1
646646
647-
$ ./publish_lambda.sh publish-config-for-second-lambda.yaml second-lambda lambda-v1.6.0 ss3-lambda-artifact-bucket-name eu-central-1
647+
$ ./publish_lambda.sh publish-config-for-second-lambda.yaml second-lambda lambda-v1.19.0 ss3-lambda-artifact-bucket-name eu-central-1
648648
```
649649

650650
::::{note}

0 commit comments

Comments
 (0)