aws_lambda_core 1.0.0-dev.3 copy "aws_lambda_core: ^1.0.0-dev.3" to clipboard
aws_lambda_core: ^1.0.0-dev.3 copied to clipboard

This package is responsible to provide the basic resources to Lambda Functions with Clean Dart

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add aws_lambda_core

With Flutter:

 $ flutter pub add aws_lambda_core

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  aws_lambda_core: ^1.0.0-dev.3

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:aws_lambda_core/aws_lambda_core.dart';
0
likes
110
pub points
0%
popularity

Publisher

unverified uploader

This package is responsible to provide the basic resources to Lambda Functions with Clean Dart

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

aws_lambda_dart_runtime

More

Packages that depend on aws_lambda_core