-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restyle pb/python #18
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3.8 has been deprecated.
We always specify them now, and we don't use one more than another, so a default is not useful anyway.
Full changes{
"capabilities": null,
"changeSetId": "arn:aws:cloudformation:us-east-1:760048635536:changeSet/stackctl-202405061209-b0549898-4cf5-4086-a66e-d6e4bdff30d3/03d691b5-339d-4d00-a4cc-b603744400ad",
"changeSetName": "stackctl-202405061209-b0549898-4cf5-4086-a66e-d6e4bdff30d3",
"changes": [
{
"hookInvocationCount": null,
"resourceChange": {
"action": "Modify",
"changeSetId": null,
"details": [
{
"causingEntity": "FunctionHandler",
"changeSource": "ParameterReference",
"evaluation": "Static",
"target": {
"attribute": "Properties",
"name": "Handler",
"requiresRecreation": "Never"
}
},
{
"causingEntity": null,
"changeSource": "DirectModification",
"evaluation": "Dynamic",
"target": {
"attribute": "Properties",
"name": "Runtime",
"requiresRecreation": "Never"
}
},
{
"causingEntity": null,
"changeSource": "DirectModification",
"evaluation": "Dynamic",
"target": {
"attribute": "Properties",
"name": "Handler",
"requiresRecreation": "Never"
}
},
{
"causingEntity": "FunctionRuntime",
"changeSource": "ParameterReference",
"evaluation": "Static",
"target": {
"attribute": "Properties",
"name": "Runtime",
"requiresRecreation": "Never"
}
}
],
"logicalResourceId": "LambdaFunction",
"moduleInfo": null,
"physicalResourceId": "restyled-record-metrics",
"replacement": "False",
"resourceType": "AWS::Lambda::Function",
"scope": [
"Properties"
]
},
"type'": "Resource"
},
{
"hookInvocationCount": null,
"resourceChange": {
"action": "Modify",
"changeSetId": null,
"details": [
{
"causingEntity": "LambdaScheduleRule.Arn",
"changeSource": "ResourceAttribute",
"evaluation": "Dynamic",
"target": {
"attribute": "Properties",
"name": "SourceArn",
"requiresRecreation": "Always"
}
}
],
"logicalResourceId": "LambdaSchedulePermission",
"moduleInfo": null,
"physicalResourceId": "mgmt-record-metrics-LambdaSchedulePermission-1EY5W1N2OEBXN",
"replacement": "Conditional",
"resourceType": "AWS::Lambda::Permission",
"scope": [
"Properties"
]
},
"type'": "Resource"
},
{
"hookInvocationCount": null,
"resourceChange": {
"action": "Modify",
"changeSetId": null,
"details": [
{
"causingEntity": "LambdaFunction.Arn",
"changeSource": "ResourceAttribute",
"evaluation": "Dynamic",
"target": {
"attribute": "Properties",
"name": "Targets",
"requiresRecreation": "Never"
}
}
],
"logicalResourceId": "LambdaScheduleRule",
"moduleInfo": null,
"physicalResourceId": "mgmt-record-metrics-LambdaScheduleRule-Q0HBDLF03FMQ",
"replacement": "False",
"resourceType": "AWS::Events::Rule",
"scope": [
"Properties"
]
},
"type'": "Resource"
}
],
"creationTime": "2024-05-06T12:09:43Z",
"description": null,
"executionStatus": "AVAILABLE",
"httpStatus": 200,
"includeNestedStacks": false,
"nextToken": null,
"notificationARNs": null,
"parameters": [
{
"parameterKey": "LogInvocation",
"parameterValue": "False",
"resolvedValue": null,
"usePreviousValue": null
},
{
"parameterKey": "FunctionName",
"parameterValue": "record-metrics",
"resolvedValue": null,
"usePreviousValue": null
},
{
"parameterKey": "ScheduleExpression",
"parameterValue": "rate(1 minute)",
"resolvedValue": null,
"usePreviousValue": null
},
{
"parameterKey": "FunctionRuntime",
"parameterValue": "python3.12",
"resolvedValue": null,
"usePreviousValue": null
},
{
"parameterKey": "FunctionTimeout",
"parameterValue": "30",
"resolvedValue": null,
"usePreviousValue": null
},
{
"parameterKey": "LogForwarding",
"parameterValue": "True",
"resolvedValue": null,
"usePreviousValue": null
},
{
"parameterKey": "FunctionRole",
"parameterValue": "lambda-execution",
"resolvedValue": null,
"usePreviousValue": null
},
{
"parameterKey": "FunctionSourceKey",
"parameterValue": "src/record-metrics/72cedb92d9dd16fa36588cf788593434b37a3def.zip",
"resolvedValue": null,
"usePreviousValue": null
},
{
"parameterKey": "FunctionSourceBucket",
"parameterValue": "infra.restyled.io",
"resolvedValue": null,
"usePreviousValue": null
},
{
"parameterKey": "FunctionHandler",
"parameterValue": "index.handler",
"resolvedValue": null,
"usePreviousValue": null
}
],
"parentChangeSetId": null,
"rollbackConfiguration": null,
"rootChangeSetId": null,
"stackId": "arn:aws:cloudformation:us-east-1:760048635536:stack/mgmt-record-metrics/f0152ce0-b748-11eb-b3e0-129d8c0b3757",
"stackName": "mgmt-record-metrics",
"status": "CREATE_COMPLETE",
"statusReason": null,
"tags": [
{
"key": "CloudGenesis:stack-file",
"value": "stacks/restyled.760048635536/us-east-1/mgmt/record-metrics.yaml"
}
]
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Automated style fixes for #17, created by Restyled.
The following restylers made fixes:
To incorporate these changes, merge this Pull Request into the original. We
recommend using the Squash or Rebase strategies.
NOTE: As work continues on the original Pull Request, this process will
re-run and update (force-push) this Pull Request with updated style fixes as
necessary. If the style is fixed manually at any point (i.e. this process finds
no fixes to make), this Pull Request will be closed automatically.
Sorry if this was unexpected. To disable it, see our documentation.