leo-cache
Version:
Cache for the Leo Platform
29 lines (27 loc) • 989 B
JavaScript
;
module.exports = {
/**defaults applied to every system**/
_global: {},
dev: {
resources: {},
"leosdk": {
"Region": "us-west-2",
"LeoArchive": "LeoPlatformSbx-Bus-18S3YETXNITFW-LeoArchive-Z33ISGSYILOP",
"LeoCron": "LeoPlatformSbx-Bus-18S3YETXNITFW-LeoCron-E24D14S0GR0I",
"LeoEvent": "LeoPlatformSbx-Bus-18S3YETXNITFW-LeoEvent-I3HY0MVL6V6T",
"LeoFirehoseStream": "LeoPlatformSbx-Bus-18S3YETXNITFW-LeoFirehoseStream-1UHO0IGM4OFYP",
"LeoKinesisStream": "LeoPlatformSbx-Bus-18S3YETXNITFW-LeoKinesisStream-181YM6AR0ICM4",
"LeoS3": "leoplatformsbx-bus-18s3yetxnitfw-leos3-8s5eikpkco8s",
"LeoSettings": "LeoPlatformSbx-Bus-18S3YETXNITFW-LeoSettings-1NXSXCDTG7H0P",
"LeoStream": "LeoPlatformSbx-Bus-18S3YETXNITFW-LeoStream-QZ5FPY3WS7YA",
"LeoSystem": "LeoPlatformSbx-Bus-18S3YETXNITFW-LeoSystem-26RPFU2DXR1V"
}
},
/**overrides on every system when running locally**/
_local: {
leoaws: {
profile: 'dev',
region: 'us-west-2'
}
}
};