mirror of
https://github.com/aljazceru/IngestRSS.git
synced 2025-12-18 14:34:26 +01:00
day3
This commit is contained in:
@@ -36,17 +36,13 @@ def main():
|
||||
# Deploy infrastructure
|
||||
deploy_infrastructure()
|
||||
|
||||
# Create Lambda layer
|
||||
create_lambda_layer()
|
||||
print("Finished with Lambda Layer")
|
||||
|
||||
|
||||
# Deploy Lambda function
|
||||
deploy_lambda()
|
||||
print("Finished Deploying Lambda")
|
||||
|
||||
# Update Lambda environment variables
|
||||
update_env_vars(LAMBDA_FUNCTION_NAME, )
|
||||
update_env_vars(LAMBDA_FUNCTION_NAME)
|
||||
print("Finished Environment Variable Updates")
|
||||
|
||||
# Upload RSS feeds
|
||||
|
||||
Reference in New Issue
Block a user