Get Bruce Rights to LeoPlatform github


1) Unit tests 
	- Config providers
	- Multi part fix
	
	
2) 0-100 Build and Deploy process
 2.1) Sample project in github 
 2.2) Real project that does a real thing
 
3) local Testing
	Single bot
	Multi bot
	
	Full Local and Local with Real Resources
	
	



Assume role when using a bus config if it exists

index.js
```
	// if (data.assumeRole) {
	// 	const cred = await new AWS.STS({}).assumeRole({
	// 		RoleArn: data.assumeRole,
	// 		RoleSessionName: process.env.AWS_LAMBDA_FUNCTION_NAME || uuid.v4()
	// 	}).promise();
	// 	busConfig.credentials = sts.credentialsFrom(cred);
	// }
```