Communicate with your AWS infrastructure from inside your Symfony 2 application.
- Handle multiple AWS Identities
- Fit your need by installing services extensions
$ composer require "lelivrescolaire/aws-bundle:dev-master"
AppKernel:
public function registerBundles()
{
$bundles = array(
new LLS\Bundle\AWSBundle\LLSAWSBundle()
);
}
llsaws:
config_auto_discovery: false
identities:
lls_sqs_user:
type: user
fields:
key: %aws_key%
secret: %aws_secret%
services:
lls_sqs:
type: sqs
identity: lls_sqs_user
Read more documentation here
Feel free to send us Pull Requests and Issues with your fixs and features.
$ ./bin/atoum
$ ./bin/coke