File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -139,10 +139,12 @@ first and then upgrade to stac-server 2.x.
139
139
#### Enabling Post-ingest SNS publishing
140
140
141
141
stac-server now has the ability to publish all ingested entities (Items and Collections)
142
- to an SNS topic. Follow these stesp to add this to an exisiting deployment. These
142
+ to an SNS topic. Follow these steps to add this to an existing deployment. These
143
143
configurations are also in the serverless.example.yml file, so reference that if it is
144
144
unclear exactly where to add this in your config.
145
145
146
+ The following changes should be added to the serverless.yml file.
147
+
146
148
Explicitly set the provider/environment setting for STAC_API_URL so the ingested entities
147
149
published to the topic will have their link hrefs set correctly. If this is not set,
148
150
the entities will still be published, with with incorrect link hrefs.
You can’t perform that action at this time.
0 commit comments