Skip to content

Commit

Permalink
Update Athena schema and update geo lambda
Browse files Browse the repository at this point in the history
  • Loading branch information
bo-lu committed Jun 28, 2024
1 parent 46eb096 commit 47332f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/cloudformation/geocore-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,7 @@ Resources:
`features_properties_distributor` string,
`features_properties_options` string,
`features_properties_plugins` string,
`features_properties_sourcesystemname` string,
`features_popularity` int,
`features_properties_eocollection` string,
`features_properties_eofilters` string)
Expand Down Expand Up @@ -691,10 +692,10 @@ Resources:
Key:
Fn::If:
- IsProd
- cloudformation-templates/lambda/geo/geo-20231218-1700.zip
- cloudformation-templates/lambda/geo/geo-20240627-2300.zip
- Fn::If:
- IsStage
- cloudformation-templates/lambda/geo/geo-20231218-1700.zip
- cloudformation-templates/lambda/geo/geo-20240627-2300.zip
- cloudformation-templates/lambda/geo/geocore-LambdaGeo-20240315.zip
Handler: index.handler
Role: !GetAtt LambdaExecutionRole.Arn
Expand Down
Binary file added docs/lambda/geo/geo-20240627-2300.zip
Binary file not shown.

0 comments on commit 47332f1

Please sign in to comment.