This commit is contained in:
Charles-Gormley
2024-08-26 21:38:52 -04:00
parent 049cb6a6b2
commit 32e255784f
28 changed files with 388 additions and 60 deletions

View File

@@ -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