1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- {
- "statefulConfig": {
- "functionId": "3629aa3b-95ff-4192-a93c-7f976a38182a",
- "functionName": "invoice-filling",
- "description": "发票确认",
- "runtime": "custom",
- "handler": "index.handler",
- "timeout": 30,
- "initializer": "",
- "initializationTimeout": 3,
- "codeSize": 69225347,
- "codeChecksum": "6954604591044511436",
- "memorySize": 1024,
- "gpuMemorySize": null,
- "environmentVariables": {},
- "createdTime": "2022-07-18T02:02:16Z",
- "lastModifiedTime": "2023-09-12T02:45:06Z",
- "instanceConcurrency": 1,
- "instanceSoftConcurrency": null,
- "customContainerConfig": null,
- "caPort": 9000,
- "instanceType": "e1",
- "layers": null,
- "layersArnV2": null,
- "instanceLifecycleConfig": {
- "preFreeze": {
- "handler": "",
- "timeout": 3
- },
- "preStop": {
- "handler": "",
- "timeout": 3
- }
- },
- "customDNS": null,
- "customRuntimeConfig": {
- "command": [
- "java"
- ],
- "args": [
- "org.springframework.boot.loader.JarLauncher"
- ]
- },
- "customHealthCheckConfig": null,
- "name": "invoice-filling"
- }
- }
|